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