Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@ -166,7 +166,7 @@ Page({
|
||||
: baseUrl + '/userInfo/mini/vcd/login';
|
||||
const payload = loginType === 'password'
|
||||
? { phoneNumber: phone, userPassword: credential, userRole: role }
|
||||
: { phoneNumber: phone, verificationCode: credential };
|
||||
: { phoneNumber: phone, verificationCode: credential, userRole: role };
|
||||
|
||||
wx.request({
|
||||
url,
|
||||
|
Reference in New Issue
Block a user