支付成功

This commit is contained in:
魏啾
2024-04-18 14:36:14 +08:00
parent 007d9e4336
commit 4bc97b35fd
11 changed files with 1145 additions and 140 deletions

View File

@@ -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,