From a2739481651ec3fd12fc4468ba32f40dc5f4a5b8 Mon Sep 17 00:00:00 2001 From: linxi Date: Fri, 13 Sep 2024 10:48:39 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=E3=80=90=E5=95=86=E5=9F=8E=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E3=80=91=E4=B8=89=E4=B8=AA=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E8=A6=81=E5=8E=BB=E6=8E=89=E6=9D=91=E5=B1=8B=E8=BF=99=E4=B8=A4?= =?UTF-8?q?=E4=B8=AA=E5=AD=97=EF=BC=8C=E6=94=B9=E4=B8=BA=E8=AF=A6=E6=83=85?= =?UTF-8?q?/=E4=BB=8B=E7=BB=8D/=E8=B5=84=E8=AE=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/famousQianxianVillageShop.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg_product/views/famousQianxianVillageShop.vue b/pkg_product/views/famousQianxianVillageShop.vue index 1adce57..0a436a7 100644 --- a/pkg_product/views/famousQianxianVillageShop.vue +++ b/pkg_product/views/famousQianxianVillageShop.vue @@ -232,9 +232,9 @@ export default { height: '500rpx' }, tabList: [ - { text: '村屋详情', value: 0, isShow: true }, - { text: '村屋介绍', value: 1, isShow: true }, - { text: '村屋资讯', value: 2, isShow: true } + { text: '详情', value: 0, isShow: true }, + { text: '介绍', value: 1, isShow: true }, + { text: '资讯', value: 2, isShow: true } ], // 资讯 infoArray: [],