修改对公审核字段错误的问题

This commit is contained in:
2024-11-14 16:22:38 +08:00
parent efe3d3241d
commit 84c6c54e58
7 changed files with 1 additions and 17 deletions

View File

@@ -28,7 +28,6 @@ Page({
this.setData({ servicesList: data })
},
clickService(e) {
console.log('e', e)
const { type, value } = e.currentTarget.dataset.data;
if (!value) {
alertInfo("暂未开通")