From 0c9560936d93bd0b1f555c2d125fa1c01ed48857 Mon Sep 17 00:00:00 2001 From: wangxq Date: Mon, 16 Sep 2024 16:39:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E7=AB=AF=E6=BC=94=E7=A4=BA=E6=A1=88?= =?UTF-8?q?=E4=BE=8B=E9=94=99=E4=B9=B1=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E5=B0=86id=E7=9B=B4=E6=8E=A5=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=E5=9C=A8=E8=87=AA=E5=AE=9A=E4=B9=89=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E4=B8=8A=E9=9D=A2=E5=95=8A=EF=BC=81=EF=BC=81=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/tour/Index.vue | 36 ++++++++---------------------------- 1 file changed, 8 insertions(+), 28 deletions(-) diff --git a/src/pages/tour/Index.vue b/src/pages/tour/Index.vue index d496c9d50..d24ac1177 100644 --- a/src/pages/tour/Index.vue +++ b/src/pages/tour/Index.vue @@ -2,15 +2,19 @@ - - 点击试试 + + + 点击试试 + - - 点击试试 + + + 点击试试 + @@ -32,15 +36,6 @@ - - - - - - - - - @@ -50,7 +45,6 @@ import { ref } from 'vue' const show1 = ref(false) const show2 = ref(false) const show3 = ref(false) -const show4 = ref(false) const steps1 = [ { @@ -83,20 +77,6 @@ const steps3 = [ target: 'pop3002' } ] -const steps4 = [ - { - content: '首页', - target: 'pop4001' - }, - { - content: '分类', - target: 'pop4002' - }, - { - content: '我的', - target: 'pop4003' - } -]