初始化
parent
c1251267df
commit
bfcf77ef1f
|
@ -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=>{
|
||||
|
|
Loading…
Reference in New Issue