丰都便民服务统计外部应用打开次数

This commit is contained in:
liuye
2023-09-19 16:27:52 +08:00
parent 9b92f788ad
commit 8f5e79bf0b

View File

@@ -37,6 +37,9 @@ export default {
methods: {
...mapActions(['authCheck']),
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) { //张硕让改的
return this.$u.toast('您还不是党员,暂时无法使用该功能')
}