diff --git a/src/views/market/orders/index.vue b/src/views/market/orders/index.vue index 33b235b..e2c1e0e 100644 --- a/src/views/market/orders/index.vue +++ b/src/views/market/orders/index.vue @@ -308,7 +308,7 @@ export default { pay(row){ console.log(row) - window.open("http://21.12.0.10:8080/alipay/pay?productName="+row.productName +"&ordersNum="+row.ordersNum+"&ordersPrice="+row.ordersPrice) + window.open("http://21.12.0.10:80/alipay/pay?productName="+row.productName +"&ordersNum="+row.ordersNum+"&ordersPrice="+row.ordersPrice) this.$message.success('付款成功') },