推线上
parent
3d6f27c171
commit
a1bc4af0d4
|
@ -314,7 +314,7 @@ export default {
|
|||
|
||||
pay(row){
|
||||
console.log(row)
|
||||
window.open("http://21.12.0.10/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('付款成功')
|
||||
updateByordersState1(ordersForm).then(response=>{
|
||||
alert(response.msg)
|
||||
|
|
Loading…
Reference in New Issue