新增分享,找回密码,实名认证,签约
This commit is contained in:
@@ -21,16 +21,6 @@ Page({
|
||||
code : "", // 验证码
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
onLoad() {},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面显示
|
||||
*/
|
||||
onShow() {},
|
||||
|
||||
/**
|
||||
* 手机号码
|
||||
*/
|
||||
@@ -127,7 +117,7 @@ Page({
|
||||
code : value.code,
|
||||
password : value.password,
|
||||
password_confirmation : value.password_confirmation,
|
||||
parent_id : ''
|
||||
parent_id : getApp().globalData.invite
|
||||
}
|
||||
wx.$api.auth.register(data).then(res => {
|
||||
// 存储登录信息
|
||||
|
||||
Reference in New Issue
Block a user