From 8c00c82e3f95a7c773eac4e060db5c9968f33619 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Tue, 8 Sep 2026 10:09:47 +0800 Subject: [PATCH] =?UTF-8?q?Feat(=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85):?= =?UTF-8?q?=E5=BA=97=E9=93=BA=E8=B5=84=E6=96=99=E9=80=9A=E8=BF=87=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=8E=A7=E5=88=B6=E6=98=AF=E5=90=A6=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/GoodsCon/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)