Fix:【商城小程序】千县--产品下的商品点击无法跳转商品详情页
This commit is contained in:
@@ -682,6 +682,14 @@ export default {
|
||||
this.getListReq()
|
||||
},
|
||||
methods: {
|
||||
goGoodsCon(item) {
|
||||
this.$yrouter.push({
|
||||
path: '/pages/shop/GoodsCon/index',
|
||||
query: {
|
||||
id: item.productId
|
||||
}
|
||||
})
|
||||
},
|
||||
getListReq() {
|
||||
// getPoster(this.id).then(({data}) => this.posterUrl = data)
|
||||
getCountyFamousIndustry({
|
||||
|
||||
Reference in New Issue
Block a user