初始化

master
法外狂徒张三 2024-09-07 19:42:36 +08:00
parent 4672b58b3b
commit 2b901cdfde
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ export default {
}, },
async topup(){ async topup(){
this.pay.subject=this.firminfoForm.firmTem 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}`; const url = `http://10.0.2.1:8080/market/alipay/pay?subject=${this.pay.subject}&totalAmount=${this.pay.totalAmount}`;
pay(this.pay).then(res=>{ pay(this.pay).then(res=>{
console.log(res) console.log(res)
window.open(url, '_self'); window.open(url, '_self');

View File

@ -247,7 +247,7 @@ export default {
async gotoMaintained(customer){ async gotoMaintained(customer){
this.pay.subject=customer.sysIntro this.pay.subject=customer.sysIntro
this.pay.totalAmount=customer.sysNumber this.pay.totalAmount=customer.sysNumber
const url = `http://10.0.2.1:8080/pay/alipay/pay?subject=${this.pay.subject}&totalAmount=${this.pay.totalAmount}`; const url = `http://10.0.2.1:8080/market/alipay/pay?subject=${this.pay.subject}&totalAmount=${this.pay.totalAmount}`;
window.open(url, '_self'); window.open(url, '_self');
}, },
getType(activeNameL){ getType(activeNameL){