注册超时计时器
This commit is contained in:
@@ -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"});
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user