初始化

master
法外狂徒张三 2024-09-07 18:56:47 +08:00
parent c1251267df
commit bfcf77ef1f
1 changed files with 4 additions and 1 deletions

View File

@ -85,7 +85,10 @@ export default {
async topup(){
this.pay.subject=this.firminfoForm.firmTem
const url = `http://10.0.2.1:8080/pay/alipay/pay?subject=${this.pay.subject}&totalAmount=${this.pay.totalAmount}`;
window.open(url, '_self');
pay(this.pay).then(res=>{
console.log(res)
window.open(url, '_self');
})
this.firminfo.firmId=this.firminfoForm.firmId
this.firminfo.firmScore=this.pay.totalAmount
edit(this.firminfo).then(res=>{