修改文字
This commit is contained in:
@@ -152,12 +152,11 @@
|
||||
|
||||
// 能量跳转
|
||||
JumpUrl(open, title) {
|
||||
console.log(open)
|
||||
var type = open.openType;
|
||||
switch(type){
|
||||
case 'switchTab':
|
||||
uni.switchTab({
|
||||
url: open.url
|
||||
url: open.path
|
||||
})
|
||||
break;
|
||||
case 'web':
|
||||
@@ -167,7 +166,7 @@
|
||||
break;
|
||||
case 'navigateTo':
|
||||
uni.navigateTo({
|
||||
url: open.url
|
||||
url: open.path
|
||||
})
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user