注册超时计时器

This commit is contained in:
limqhz
2022-12-16 18:21:26 +08:00
parent eb5c301d00
commit 75f88a420f
4 changed files with 22 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
Page({
data: {
nameConfirm: false,
timeOutConfirm: false,
checkedId: '',
checkedName: '',
userNameList: [
@@ -74,6 +75,14 @@ Page({
nameConfirm : true
})
this.changeCheckEasy();
},
callEnd(e){
this.setData({timeOutConfirm:true})
},
checkTimeout(e){
wx.redirectTo({url:"/pages/login/index"});
}
});