From f69dc7f21b594805fa3d6d29ac8389c0e3652a02 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 19:58:40 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/market/apitest/index.vue b/src/views/market/apitest/index.vue index 8c48b26..2211197 100644 --- a/src/views/market/apitest/index.vue +++ b/src/views/market/apitest/index.vue @@ -285,7 +285,7 @@ 取 消 - 确 定 + 确 定 @@ -552,7 +552,7 @@ export default { this.dialogVisible1=false if (this.selectedRow) { // 这里假设你有一个发起支付的方法,传入所选行的数据 - startPayment(this.selectedRow); + // startPayment(this.selectedRow); console.log(row) window.open("http://21.12.0.10:8080/alipay/pay?middlePrice="+row.middlePrice) this.$message.success('付款成功')