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