改线上
parent
f4443a7b7e
commit
8686aadd8d
|
@ -350,7 +350,7 @@ export default {
|
|||
// 这里假设你有一个发起支付的方法,传入所选行的数据
|
||||
startPayment(this.selectedOption);
|
||||
console.log(row)
|
||||
window.open("http://21.12.0.10:80/alipay/pay?middlePrice="+row.middlePrice)
|
||||
window.open("http://21.12.0.10:8080/alipay/pay?middlePrice="+row.middlePrice)
|
||||
this.$message.success('付款成功')
|
||||
|
||||
this.dialogVisible1 = false;
|
||||
|
|
|
@ -308,7 +308,7 @@ export default {
|
|||
|
||||
pay(row){
|
||||
console.log(row)
|
||||
window.open("http://21.12.0.10:80/alipay/pay?productName="+row.productName +"&ordersNum="+row.ordersNum+"&ordersPrice="+row.ordersPrice)
|
||||
window.open("http://21.12.0.10:8080/alipay/pay?productName="+row.productName +"&ordersNum="+row.ordersNum+"&ordersPrice="+row.ordersPrice)
|
||||
this.$message.success('付款成功')
|
||||
},
|
||||
|
||||
|
|
|
@ -194,10 +194,10 @@ export default {
|
|||
insertmoney(moneyForm){
|
||||
if (moneyForm.pay==1){
|
||||
if (moneyForm.resource!=''){
|
||||
window.open("http://21.12.0.10:80/alipay/pay?ordersPrice="+moneyForm.resource)
|
||||
window.open("http://21.12.0.10:8080/alipay/pay?ordersPrice="+moneyForm.resource)
|
||||
this.$message.success('付款成功')
|
||||
}else {
|
||||
window.open("http://21.12.0.10:80/alipay/pay?ordersPrice="+moneyForm.resource1)
|
||||
window.open("http://21.12.0.10:8080/alipay/pay?ordersPrice="+moneyForm.resource1)
|
||||
this.$message.success('付款成功')
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue