巫溪
This commit is contained in:
@@ -261,9 +261,9 @@ export default {
|
|||||||
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) {
|
||||||
uni.switchTab({url: row.modulePath+`&name=${row.name}`})
|
uni.switchTab({url: row.modulePath})
|
||||||
}else {
|
}else {
|
||||||
uni.navigateTo({url: row.modulePath})
|
uni.navigateTo({url: row.modulePath+`&name=${row.name}`})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
getWeather() {
|
getWeather() {
|
||||||
|
|||||||
Reference in New Issue
Block a user