全局登录调整
This commit is contained in:
@@ -47,7 +47,9 @@ Page({
|
||||
{"id":40,"userName":"浙A88FU7","checked":false}
|
||||
],
|
||||
},
|
||||
|
||||
onShow() {
|
||||
wx.hideHomeButton();
|
||||
},
|
||||
checkName() {
|
||||
this.closeDialog();
|
||||
wx.redirectTo({url:"/pages/register/password/index?name=" + this.data.checkedName})
|
||||
|
||||
@@ -7,6 +7,9 @@ Page({
|
||||
userName:options.name
|
||||
})
|
||||
},
|
||||
onShow() {
|
||||
wx.hideHomeButton();
|
||||
},
|
||||
toLongin(){
|
||||
wx.redirectTo({url:"/pages/login/index"});
|
||||
}
|
||||
|
||||
@@ -7,7 +7,9 @@ Page({
|
||||
userName:options.name
|
||||
})
|
||||
},
|
||||
|
||||
onShow() {
|
||||
wx.hideHomeButton();
|
||||
},
|
||||
toRegister(){
|
||||
wx.redirectTo({url:"/pages/register/ok/index?name=" + this.data.userName})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user