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) {