丰都便民服务统计外部应用打开次数
This commit is contained in:
@@ -37,6 +37,9 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
...mapActions(['authCheck']),
|
...mapActions(['authCheck']),
|
||||||
handleClick({ type, appId, modulePath, url, checkType, corpId }) {
|
handleClick({ type, appId, modulePath, url, checkType, corpId }) {
|
||||||
|
if(appId) { //统计外部应用打开次数
|
||||||
|
this.$instance.post(`/app/appminiappclicklog/add`, {appId}).then(res => {})
|
||||||
|
}
|
||||||
if (checkType == 3 && this.user.partyStatusForWX != 2) { //张硕让改的
|
if (checkType == 3 && this.user.partyStatusForWX != 2) { //张硕让改的
|
||||||
return this.$u.toast('您还不是党员,暂时无法使用该功能')
|
return this.$u.toast('您还不是党员,暂时无法使用该功能')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user