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

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

@@ -13,7 +13,6 @@ Page({
shareSee : false, //分享弹出
inviteText : '', //邀请码
inviteCode : '', //二维码
//海报
canvas : ''
},
@@ -38,7 +37,7 @@ Page({
*/
onShow() {
// 小程序码
// this.ShareInfo();
this.ShareInfo();
},
/**
@@ -46,7 +45,7 @@ Page({
*/
ShareInfo() {
wx.$api.user.miniShare({
url: '/pages/mall/index'
url: 'pages/mall/index'
}).then(res => {
this.setData({
inviteCode: res.data.qrcode
@@ -151,9 +150,7 @@ Page({
// 返回上一页
returnGo() {
wx.navigateBack({
delta: 1
})
wx.navigateBack()
},
/**