丰都外部应用打开日志

This commit is contained in:
liuye
2023-09-11 09:24:51 +08:00
parent 16ef081acc
commit 9bc6083780

View File

@@ -126,6 +126,7 @@ export default {
this.grids = res.data.records;
}
})
},
getSwiperList() {
this.$instance.post('/app/appbanner/listForWx', null, {
@@ -138,6 +139,9 @@ export default {
},
handleClick({type, appId, modulePath, url, checkType, corpId}) {
//先判读是不是系统应用
if(appId) { //统计外部应用打开次数
this.$instance.post(`/app/appminiappclicklog/add`, {appId}).then(res => {})
}
if (type != "0") {
if (type == "1") {
uni.navigateToMiniProgram({appId});