提交 98973291 作者: 毛细亚

发送等级海报成功

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