From ed006c46c56cb9c34191f92e0bf04c72c07eb58a Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Wed, 8 Jan 2025 20:05:08 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2988=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=E6=89=80=E6=9C=89=E5=8E=BF?= =?UTF-8?q?=E5=9F=8E=E7=9A=84=E7=A7=9F=E5=94=AE=E8=B5=84=E8=AE=AF--?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E2=80=9C=E5=85=A8=E9=83=A8=E2=80=9D=E5=88=86?= =?UTF-8?q?=E7=B1=BB=EF=BC=8C=E9=A6=96=E6=AC=A1=E8=BF=9B=E5=85=A5=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=97=B6=EF=BC=8C=E9=BB=98=E8=AE=A4=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E2=80=9C=E5=85=A8=E9=83=A8=E2=80=9D=E5=88=86=E7=B1=BB=EF=BC=8C?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E6=89=80=E6=9C=89=E5=BA=97=E9=93=BA?= 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 2ab3b21..bcc3db0 100644 --- a/pkg_product/views/famousQianxianShop.vue +++ b/pkg_product/views/famousQianxianShop.vue @@ -780,7 +780,7 @@ export default { countyFamousDataId: this.id } getSaleList(params).then(res => { - this.saleList = res.data || [] + this.saleList = [{name: '全部', id: ''}].concat(res.data || []) }) }, goStore(item) {