This commit is contained in:
@fawn-nine
2023-11-23 15:02:19 +08:00
parent d8bebc4bc4
commit 9e4980f9f4

View File

@@ -110,7 +110,7 @@
}, },
// 穴位详情 // 穴位详情
gotoDetail(item){ gotoDetail(item){
this.showNoRights() // this.showNoRights()
uni.navigateTo({ uni.navigateTo({
url:"./acupointDetail?id=" + item.id url:"./acupointDetail?id=" + item.id
}) })
@@ -262,7 +262,7 @@
// title: 'focus事件输出值为' + e.value, // title: 'focus事件输出值为' + e.value,
// icon: 'none' // icon: 'none'
// }) // })
this.showNoRights() // this.showNoRights()
this.showSearchList = true this.showSearchList = true
}, },
// cancel(res) { // cancel(res) {