新增分享,找回密码,实名认证,签约

This commit is contained in:
唐明明
2023-08-25 14:04:31 +08:00
parent 32cc588ae7
commit 0f7c37d548
106 changed files with 2130 additions and 1313 deletions

View File

@@ -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 => {
// 存储登录信息