优化首页的消息提醒
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user