no message
This commit is contained in:
+5
-1
@@ -140,8 +140,12 @@ export default {
|
||||
|
||||
},
|
||||
jumpInfo(item) {
|
||||
console.log(item,'item');
|
||||
// uni.navigateTo({
|
||||
// url: `/pages/other_package/productInfo/productInfo?id=${item.id}`,
|
||||
// })
|
||||
uni.navigateTo({
|
||||
url: `/pages/other_package/productInfo/productInfo?id=${item.id}`,
|
||||
url:`/pages/rwa_package/shop/sort-shop?id=${item.id}&name=${item.name}`
|
||||
})
|
||||
},
|
||||
// 查询分类
|
||||
|
||||
Reference in New Issue
Block a user