This commit is contained in:
liuye
2023-09-22 11:23:18 +08:00
parent 9e4cd4a6f4
commit 5dbee7114c

View File

@@ -258,6 +258,7 @@ export default {
})
},
openApp(row) {
console.log(row)
if(row.type == 1) { //type 0:内置应用, 1:外链, 2tabbar页面
uni.navigateToMiniProgram({appId: row.appId});
}else if(row.type == 2) {