提交 98973291 作者: 毛细亚

发送等级海报成功

上级 78799678
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: maoxiya 937667504@qq.com * @Author: maoxiya 937667504@qq.com
* @Date: 2025-09-13 17:51:18 * @Date: 2025-09-13 17:51:18
* @LastEditors: maoxiya 937667504@qq.com * @LastEditors: maoxiya 937667504@qq.com
* @LastEditTime: 2025-09-17 16:59:21 * @LastEditTime: 2025-09-17 17:24:06
* @FilePath: /company_wx_frontend/src/views/works/component/chat/sendVipLevelPoster.vue * @FilePath: /company_wx_frontend/src/views/works/component/chat/sendVipLevelPoster.vue
* @Description: VIP等级海报发送组件 * @Description: VIP等级海报发送组件
--> -->
...@@ -168,11 +168,14 @@ export default { ...@@ -168,11 +168,14 @@ export default {
const res = await marketingRoleGradeUrl(params) const res = await marketingRoleGradeUrl(params)
if (res.status_code === 1 && res?.data?.data?.url) { if (res.status_code === 1 && res?.data?.data?.url) {
sendChatMessage(res.data.data.url || '', 'image')
setTimeout(() => {
this.$message({ this.$message({
message: res.msg || `SVIP${level}等级海报发送成功`, message: res.msg || `SVIP${level}等级海报发送成功`,
type: 'success' type: 'success'
}) })
sendChatMessage(res.data.data.url || '', 'image') }, 2000);
// 发送成功后关闭弹窗 // 发送成功后关闭弹窗
this.visible = false this.visible = false
} else { } else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论