连接了我的项目,我的抽成

This commit is contained in:
2025-05-29 21:31:35 +08:00
parent 48e92710d6
commit bafd46bf63
12 changed files with 208 additions and 37 deletions

View File

@ -12,6 +12,12 @@ Page({
phoneNumber: ""
},
gotoResetPwd() {
wx.navigateTo({
url: '/pages/personCenter/resetPwd/resetPwd',
})
},
logOut() {
wx.request({
url: baseUrl + '/userInfo/mini/logout',