初始化

master
法外狂徒张三 2024-08-30 19:57:15 +08:00
parent fe95e72e2f
commit 2a58a26971
1 changed files with 0 additions and 5 deletions

View File

@ -161,11 +161,6 @@ export default {
this.pay.totalAmount=customer.sysNumber this.pay.totalAmount=customer.sysNumber
this.pay.returnUrl = `http://47.116.173.119:80/pay/alipay/pay?subject=${this.pay.subject}&traceNo=${this.pay.traceNo}&totalAmount=${this.pay.totalAmount}`; this.pay.returnUrl = `http://47.116.173.119:80/pay/alipay/pay?subject=${this.pay.subject}&traceNo=${this.pay.traceNo}&totalAmount=${this.pay.totalAmount}`;
pay(this.pay).then(res => { pay(this.pay).then(res => {
if(res.code==200){
window.location.href=res.data
}else{
this.$message.error(res.msg)
}
}) })
}, },
getType(activeNameL){ getType(activeNameL){