推线上

wr^2
Aaaaaaaa 2024-09-09 16:49:16 +08:00
parent a1bc4af0d4
commit 40015d48e8
3 changed files with 6 additions and 5 deletions

View File

@ -555,7 +555,7 @@ export default {
// //
// startPayment(this.selectedRow); // startPayment(this.selectedRow);
console.log(row) console.log(row)
window.open("http://localhost:9701/alipay/pay?ordersPrice=" + row.middlePrice) window.open("http://21.12.0.10:80/prod-api/market/alipay/pay?ordersPrice=" + row.middlePrice)
this.$message.success('付款成功') this.$message.success('付款成功')
} }

View File

@ -315,11 +315,12 @@ export default {
pay(row){ pay(row){
console.log(row) console.log(row)
window.open("http://21.12.0.10:80/prod-api/market/alipay/pay?productName="+row.productName +"&ordersNum="+row.ordersNum+"&ordersPrice="+row.ordersPrice) window.open("http://21.12.0.10:80/prod-api/market/alipay/pay?productName="+row.productName +"&ordersNum="+row.ordersNum+"&ordersPrice="+row.ordersPrice)
this.$message.success('付款成功') this.$message.success('付款成功')
updateByordersState1(ordersForm).then(response=>{ updateByordersState1(ordersForm).then(response=>{
alert(response.msg) alert(response.msg)
if (response.code==200){ } if (response.code==200){ }
this.addordersoff=false
}) })

View File

@ -190,10 +190,10 @@ export default {
insertmoney(moneyForm){ insertmoney(moneyForm){
if (moneyForm.pay==1){ if (moneyForm.pay==1){
if (moneyForm.resource!=''){ if (moneyForm.resource!=''){
window.open("http://localhost:9701/alipay/pay?ordersPrice="+moneyForm.resource) window.open("http://21.12.0.10:80/prod-api/market/alipay/pay?ordersPrice="+moneyForm.resource)
this.$message.success('付款成功') this.$message.success('付款成功')
}else { }else {
window.open("http://localhost:9701/alipay/pay?ordersPrice="+moneyForm.resource) window.open("http://21.12.0.10:80/prod-api/market/alipay/pay?ordersPrice="+moneyForm.resource)
this.$message.success('付款成功') this.$message.success('付款成功')
} }