From cbd1f99cf438fdc82abaad348ce467c23187eec6 Mon Sep 17 00:00:00 2001 From: JianWeie Date: Fri, 26 Nov 2021 14:41:07 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E9=A6=96=E9=A1=B5=E9=A1=B5=E9=9D=A2=E8=AE=BE=E8=AE=A1?= =?UTF-8?q?=E5=95=86=E5=93=81=E9=80=89=E9=A1=B9=E5=8D=A1=E5=8A=9F=E8=83=BD?= =?UTF-8?q?isShow=E9=87=8D=E5=A4=8D=E9=97=AE=E9=A2=98=E3=80=82#I4JY08?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CoreShop/components/coreshop-page/coreshop-goodTabBar.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-goodTabBar.vue b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-goodTabBar.vue index f82c990..c8de915 100644 --- a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-goodTabBar.vue +++ b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-goodTabBar.vue @@ -113,6 +113,7 @@ mounted() { this.newData = this.coreshopdata; for (var i = 0; i < this.newData.parameters.list.length; i++) { + this.newData.parameters.list[i].isShow = i == 0; let item = { name: this.newData.parameters.list[i].title } -- Gitee