From 7ad5bac015c3b05bfac02008c167c30aae4f5abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=AC=A3=E6=82=A6?= <2289014031@qq.com> Date: Sun, 8 Sep 2024 20:09:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E7=BA=BF=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/market/apitest/index.vue | 2 +- src/views/market/orders/index.vue | 5 ++++- src/views/market/workbench/index.vue | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/views/market/apitest/index.vue b/src/views/market/apitest/index.vue index 2211197..d446e68 100644 --- a/src/views/market/apitest/index.vue +++ b/src/views/market/apitest/index.vue @@ -554,7 +554,7 @@ export default { // 这里假设你有一个发起支付的方法,传入所选行的数据 // startPayment(this.selectedRow); console.log(row) - window.open("http://21.12.0.10:8080/alipay/pay?middlePrice="+row.middlePrice) + window.open("http://21.12.0.10:80/alipay/pay?middlePrice="+row.middlePrice) this.$message.success('付款成功') // 创建一个容器来展示数据 diff --git a/src/views/market/orders/index.vue b/src/views/market/orders/index.vue index b996af0..466d66c 100644 --- a/src/views/market/orders/index.vue +++ b/src/views/market/orders/index.vue @@ -308,8 +308,11 @@ 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('付款成功') + + + }, getOut(){ diff --git a/src/views/market/workbench/index.vue b/src/views/market/workbench/index.vue index c28c403..bccece8 100644 --- a/src/views/market/workbench/index.vue +++ b/src/views/market/workbench/index.vue @@ -190,10 +190,10 @@ export default { insertmoney(moneyForm){ if (moneyForm.pay==1){ if (moneyForm.resource!=''){ - window.open("http://21.12.0.10:8080/alipay/pay?ordersPrice="+moneyForm.resource) + window.open("http://21.12.0.10:80/alipay/pay?ordersPrice="+moneyForm.resource) this.$message.success('付款成功') }else { - window.open("http://21.12.0.10:8080/alipay/pay?ordersPrice="+moneyForm.resource) + window.open("http://21.12.0.10:80/alipay/pay?ordersPrice="+moneyForm.resource) this.$message.success('付款成功') }