mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 19:43:26 +08:00
【优化】优化扫码跳转失败未识别到的情况下,返回首页使用原生跳转替换uview跳转。
This commit is contained in:
@@ -102,7 +102,7 @@
|
|||||||
},
|
},
|
||||||
//跳转到首页
|
//跳转到首页
|
||||||
gotoIndex() {
|
gotoIndex() {
|
||||||
_this.$u.route({ type: 'switchTab', url: '/pages/index/default/default' });
|
uni.switchTab({ url: '/pages/index/default/default' });
|
||||||
},
|
},
|
||||||
//跳转到商品
|
//跳转到商品
|
||||||
gotoGoods(id) {
|
gotoGoods(id) {
|
||||||
|
|||||||
Reference in New Issue
Block a user