优化页面

This commit is contained in:
haomingming
2023-05-16 14:06:05 +08:00
parent 33fbdf9a66
commit ca34793579
33 changed files with 97 additions and 60 deletions
+6
View File
@@ -24,6 +24,12 @@ Page({
checked: event.detail,
});
},
changeCheck(){
let checked = this.data.checked
this.setData({
checked: !checked
})
},
_navback() {
wx.navigateBack()
},