|
@@ -31,7 +31,7 @@ Component({
|
|
|
if (!Check.CheckPhoneNumber(this.data.phonenumber)) return;
|
|
|
_Http.getpassword({
|
|
|
"phonenumber": this.data.phonenumber,
|
|
|
- "systemclient": "wechatservice"
|
|
|
+ "systemclient": "wechatsaletool"
|
|
|
}).then(res => {
|
|
|
wx.showToast({
|
|
|
title: res.msg,
|
|
@@ -78,7 +78,7 @@ Component({
|
|
|
_Http.plogin({
|
|
|
"phonenumber": this.data.phonenumber,
|
|
|
"password": md5.hexMD5(this.data.password),
|
|
|
- "systemclient": "wechatservice"
|
|
|
+ "systemclient": "wechatsaletool"
|
|
|
}).then(res => {
|
|
|
getCurrentPages()[0].setData({
|
|
|
loading: false
|