diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue index afb8657..20df328 100644 --- a/pages/shop/GoodsCon/index.vue +++ b/pages/shop/GoodsCon/index.vue @@ -309,7 +309,7 @@ - + @@ -579,6 +579,7 @@ export default { mixins: [pageListenMixins], data: function () { return { + appProductHideMerchant: '0', isGift: false, giftBg: '', // 商品信息是否展开 @@ -1210,6 +1211,7 @@ export default { this.posterData.price = this.storeInfo.price this.posterData.code = this.storeInfo.codeBase this.systemStore = data.systemStore + this.appProductHideMerchant = data.appProductHideMerchant const good_list = data.goodList || [] const goodArray = [] const count = Math.ceil(good_list.length / 6)