[最新]
This commit is contained in:
@@ -113,11 +113,12 @@ Page({
|
||||
registerForm(e) {
|
||||
let value = e.detail.value
|
||||
let data = {
|
||||
nickname : value.nickname,
|
||||
username : this.data.phone,
|
||||
code : value.code,
|
||||
password : value.password,
|
||||
password_confirmation : value.password_confirmation,
|
||||
parent_id : getApp().globalData.invite
|
||||
parent_id : getApp().globalData.invite,
|
||||
}
|
||||
wx.$api.auth.register(data).then(res => {
|
||||
// 存储登录信息
|
||||
|
||||
Reference in New Issue
Block a user