更新 login.js
parent
61e2f4d9ad
commit
3463cd1bd8
|
|
@ -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