@@ -128,6 +128,7 @@ Page({
wx.request({
url: getApp().globalData.postHeadAgreement + '/restapi/wechat/sendPhoneVcodeUnique',
data: {
+ userId: that.data.userInfo.userId,
scene: that.data.scene,
terminal: phone,
},
@@ -26,10 +26,6 @@ Page({
let that = this;
let { phone, vcode } = this.data;
//跳转到下一步
- let url = `/pages/reset_password/reset_password?phone=`+phone;
- wx.redirectTo({
- url
- });
url: getApp().globalData.postHeadAgreement + '/restapi/wechat/forget',
@@ -129,6 +129,7 @@ Page({