test
This commit is contained in:
@@ -258,6 +258,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
openApp(row) {
|
openApp(row) {
|
||||||
|
console.log(row)
|
||||||
if(row.type == 1) { //type 0:内置应用, 1:外链, 2:tabbar页面
|
if(row.type == 1) { //type 0:内置应用, 1:外链, 2:tabbar页面
|
||||||
uni.navigateToMiniProgram({appId: row.appId});
|
uni.navigateToMiniProgram({appId: row.appId});
|
||||||
}else if(row.type == 2) {
|
}else if(row.type == 2) {
|
||||||
|
|||||||
Reference in New Issue
Block a user