时辰取穴添加一次定时
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user