【修复】修复代理商海报海报识别后传值问题。

This commit is contained in:
jianweie code
2023-06-05 01:21:52 +08:00
parent a7ec25d175
commit a991f309ba

View File

@@ -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 {