|
@@ -62,7 +62,7 @@ export default {
|
|
|
if (!CheckPhoneNumber(this.phoneNumber, '请输入正确的手机号码')) return;
|
|
|
this.$Http.getpassword({
|
|
|
"phonenumber": this.phoneNumber,
|
|
|
- "systemclient": "wechatsaletool"
|
|
|
+ "systemclient": "marketingtool"
|
|
|
}).then(res => {
|
|
|
console.log("获取验证码", res)
|
|
|
uni.showToast({
|
|
@@ -106,7 +106,7 @@ export default {
|
|
|
this.$Http.plogin({
|
|
|
"phonenumber": this.phoneNumber,
|
|
|
"password": hexMD5(this.password),
|
|
|
- "systemclient": "wechatsaletool"
|
|
|
+ "systemclient": "marketingtool"
|
|
|
}).then(res => {
|
|
|
console.log("验证码登录", res)
|
|
|
this.loading = false;
|
|
@@ -144,7 +144,7 @@ export default {
|
|
|
line-height: 30px;
|
|
|
}
|
|
|
|
|
|
- .placeholder{
|
|
|
+ .placeholder {
|
|
|
font-size: 12px !important;
|
|
|
}
|
|
|
|