时辰取穴添加一次定时

This commit is contained in:
@fawn-nine
2023-12-08 14:08:44 +08:00
parent abd8171ee5
commit 41eddb7e9b
4 changed files with 92 additions and 9 deletions

View File

@@ -174,6 +174,20 @@
this.getTitles(id)
},
setOneCateIndex(item, index) {
if(this.userMes.tgdzPower == 0){
let that = this
uni.showModal({
content: "购买 针灸六经法要上册和下册 后方可使用此功能",
confirmText: '好的',
showCancel: false,
success: function(res) {
if (res.confirm) {
// console.log('用户点击确定');
}
}
})
return
}
if(item.title == "时辰取穴"){
uni.navigateTo({
url: "../timeAcupoint/timeAcupoint"