更新 login.js
This commit is contained in:
@@ -27,8 +27,6 @@ Page({
|
||||
this.setData({ passwordVisible: !this.data.passwordVisible });
|
||||
},
|
||||
checkAccepted(e) {
|
||||
console.log("开始设置值")
|
||||
console.log(e.detail.value)
|
||||
if(e.detail.value.length>0){
|
||||
this.setData({
|
||||
checked:true
|
||||
|
||||
Reference in New Issue
Block a user