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('付款成功')