优化首页的消息提醒

This commit is contained in:
季圣华
2023-02-24 23:53:31 +08:00
parent 335264d101
commit a820321b1f

View File

@@ -196,7 +196,8 @@
type: '', type: '',
expireTime: '', expireTime: '',
userCurrentNum: '', userCurrentNum: '',
userNumLimit: '' userNumLimit: '',
tenantId: ''
} }
} }
}, },
@@ -250,7 +251,8 @@
let msgParam = { let msgParam = {
'msgTitle': '试用到期提醒', 'msgTitle': '试用到期提醒',
'msgContent': '试用期即将结束,请您及时续费,过期将会影响正常使用!', 'msgContent': '试用期即将结束,请您及时续费,过期将会影响正常使用!',
'type': '试用到期' 'type': '试用到期',
'userId': this.tenant.tenantId
} }
postAction("/msg/add",msgParam).then(res=>{ postAction("/msg/add",msgParam).then(res=>{
if(res && res.code === 200) { if(res && res.code === 200) {