mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
bca8060a54
commit
b334cfe674
@ -32,8 +32,13 @@
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
_urlJump: function(_menu){
|
_urlJump: function(_menu){
|
||||||
|
let _url = _menu.url
|
||||||
|
//跳转至普通商品页面
|
||||||
|
if(_menu.skipType == '3'){
|
||||||
|
_url = "/pages/goods/goodsList?hktId="+_menu.hktId
|
||||||
|
}
|
||||||
this.vc.navigateToMall({
|
this.vc.navigateToMall({
|
||||||
url: _menu.url
|
url: _url
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
callUndefined:function(){
|
callUndefined:function(){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user