From 9e4980f9f464401800f2c3a0787b8d31553ca0c0 Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Thu, 23 Nov 2023 15:02:19 +0800 Subject: [PATCH] . --- pages/acupoint/acupoint.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/acupoint/acupoint.vue b/pages/acupoint/acupoint.vue index ba992f1..013e787 100644 --- a/pages/acupoint/acupoint.vue +++ b/pages/acupoint/acupoint.vue @@ -110,7 +110,7 @@ }, // 穴位详情 gotoDetail(item){ - this.showNoRights() + // this.showNoRights() uni.navigateTo({ url:"./acupointDetail?id=" + item.id }) @@ -262,7 +262,7 @@ // title: 'focus事件,输出值为:' + e.value, // icon: 'none' // }) - this.showNoRights() + // this.showNoRights() this.showSearchList = true }, // cancel(res) {