初始化
parent
fe95e72e2f
commit
2a58a26971
|
@ -161,11 +161,6 @@ export default {
|
|||
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}`;
|
||||
pay(this.pay).then(res => {
|
||||
if(res.code==200){
|
||||
window.location.href=res.data
|
||||
}else{
|
||||
this.$message.error(res.msg)
|
||||
}
|
||||
})
|
||||
},
|
||||
getType(activeNameL){
|
||||
|
|
Loading…
Reference in New Issue