From 9c6aa2351bdd573ad0256a4271b95cd642b99e50 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Tue, 26 May 2026 11:48:44 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5299=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=BE=AE=E4=BF=A1=E8=BD=AC?= =?UTF-8?q?=E5=8F=91=E5=8E=BF=E5=9F=8E=EF=BC=8C=E5=A6=82=E6=9E=9C=E5=8E=BF?= =?UTF-8?q?=E5=9F=8E=E9=A1=B6=E9=83=A8=E6=98=AF=E8=A7=86=E9=A2=91=EF=BC=8C?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E4=B8=8D=E5=87=BA=E5=9B=BE=E7=89=87=EF=BC=8C?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E8=B0=83=E5=8F=96=E5=8E=BF=E5=9F=8E=E5=9B=BE?= =?UTF-8?q?=E7=89=87@lifizer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/famousQianxianShop.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg_product/views/famousQianxianShop.vue b/pkg_product/views/famousQianxianShop.vue index 1456187..69fec10 100644 --- a/pkg_product/views/famousQianxianShop.vue +++ b/pkg_product/views/famousQianxianShop.vue @@ -1020,7 +1020,7 @@ export default { return { title: this.inn.countyName || this.share.title, path: '/pkg_product/views/famousQianxianShop?id=' + this.id, - imageUrl: this.detail.cover || this.inn.cover + imageUrl: this.detail.logo || this.inn.cover } }, // 必须在页面加 onPageScroll(e){} ,才能滑动显示背景