From af6da8649c8df53acd771bb168c7ee1ad0ae129a Mon Sep 17 00:00:00 2001 From: linxi Date: Thu, 19 Sep 2024 11:25:28 +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=E5=BA=97=E9=93=BA=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E7=9A=84=E5=88=86=E7=B1=BB=E6=A0=8F=E5=90=8D=E7=A7=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=EF=BC=9A=E5=95=86=E5=93=81=20=E8=B5=84?= =?UTF-8?q?=E8=AE=AF=20=E6=96=87=E5=8C=96=20=E8=B5=84=E8=B4=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesInn/inn/innHome.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pagesInn/inn/innHome.vue b/pagesInn/inn/innHome.vue index 0be6575..f206eda 100644 --- a/pagesInn/inn/innHome.vue +++ b/pagesInn/inn/innHome.vue @@ -469,10 +469,10 @@ export default { height: '500rpx' }, tabList: [ - { text: '精选商品', value: 0, isShow: true }, - { text: '最新资讯', value: 1, isShow: true }, - { text: '企业文化', value: 2, isShow: true }, - { text: '商家资质', value: 3, isShow: true } + { text: '商品', value: 0, isShow: true }, + { text: '资讯', value: 1, isShow: true }, + { text: '文化', value: 2, isShow: true }, + { text: '资质', value: 3, isShow: true } ], isLoadGoodListoSuccess: false, isLoadInfoListSuccess: false,