mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
【修复】修复代理商海报海报识别后传值问题。
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
},
|
||||
//跳转到首页
|
||||
gotoIndex() {
|
||||
uni.switchTab({ url: '/pages/index/default/default' });
|
||||
_this.$u.route({ type: 'switchTab', url: '/pages/index/default/default' });
|
||||
},
|
||||
//跳转到商品
|
||||
gotoGoods(id) {
|
||||
@@ -226,7 +226,7 @@
|
||||
url: '/pages/member/agent/myStore/myStore',
|
||||
type: 'redirectTo',
|
||||
params: {
|
||||
id: id
|
||||
store: id
|
||||
}
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user