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