注册流程
This commit is contained in:
13
pages/register/ok/index.js
Normal file
13
pages/register/ok/index.js
Normal file
@@ -0,0 +1,13 @@
|
||||
Page({
|
||||
data: {
|
||||
userName:'',
|
||||
},
|
||||
onLoad: function (options) {
|
||||
this.setData({
|
||||
userName:options.name
|
||||
})
|
||||
},
|
||||
toLongin(){
|
||||
wx.redirectTo({url:"/pages/login/index"});
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user