From d9e5fefdfa01687c4fe8784f93f8ad65ddb80520 Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Thu, 26 Sep 2024 19:07:08 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2415=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=8E=BF=E5=9F=8E=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=EF=BC=8C=E8=B5=84=E8=AE=AF=E5=92=8C=E4=BA=A7?= =?UTF-8?q?=E4=B8=9A=E4=BD=8D=E7=BD=AE=E8=B0=83=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/famousQianxianShop.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg_product/views/famousQianxianShop.vue b/pkg_product/views/famousQianxianShop.vue index 01a506a..c4177ce 100644 --- a/pkg_product/views/famousQianxianShop.vue +++ b/pkg_product/views/famousQianxianShop.vue @@ -143,7 +143,7 @@ @@ -303,7 +303,7 @@ @@ -628,10 +628,10 @@ export default { height: '500rpx' }, tabList: [ - { text: '资讯', value: 0, isShow: true }, + { text: '产业', value: 0, isShow: true }, { text: '文化', value: 1, isShow: true }, { text: '攻略', value: 2, isShow: true }, - { text: '产业', value: 3, isShow: true }, + { text: '资讯', value: 3, isShow: true }, { text: '产品', value: 4, isShow: true } ], // 资讯 @@ -856,7 +856,7 @@ export default { this.loading = false // 刷新数据 switch (this.activeIndex) { - case 0: + case 3: this.getInfoReq() break case 2: