From bd01b4b51f80cf137141aa2f0de1a89eff59950a Mon Sep 17 00:00:00 2001 From: chenkainan Date: Thu, 24 Jul 2025 09:43:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E7=9C=A0=E4=B9=8B=E6=A2=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bmzm/chapter6/index.vue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/bmzm/chapter6/index.vue b/bmzm/chapter6/index.vue index fac4f27..af26ca7 100644 --- a/bmzm/chapter6/index.vue +++ b/bmzm/chapter6/index.vue @@ -5,7 +5,7 @@ + :class="['btn-img', {'btn-imgs': index == 6}]" @click="gotoPath('/subPackages/techan/detail?id=37')" v-if="index == 2 || index == 4"> @@ -44,12 +44,7 @@ export default { methods: { handleSwiperChange(e) { this.currentIndex = e.detail.current; - }, - gotoPaths() { - uni.switchTab({ - url: '/pages/index/sensoryStore' - }) - } + } } };