支付成功
This commit is contained in:
@@ -94,7 +94,7 @@ export default {
|
||||
});
|
||||
return false;
|
||||
}
|
||||
const res = await this.apix.phoneValidateCode({
|
||||
const res = await this.api.phoneValidateCode({
|
||||
// post 手机验证码
|
||||
phone: this.form.telephone
|
||||
});
|
||||
@@ -194,7 +194,7 @@ export default {
|
||||
});
|
||||
return;
|
||||
}
|
||||
let res = await this.apix.cashierServiceloginregister({
|
||||
let res = await this.api.cashierServiceloginregister({
|
||||
telephone: this.form.telephone,
|
||||
nickName: this.form.nickName,
|
||||
password: this.form.password,
|
||||
|
||||
Reference in New Issue
Block a user