From 34654e7afd6895596a3e980e446b87da3777644f Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Fri, 23 Sep 2022 12:10:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v1_5_0_C/exchange.html | 8 ++++---- v1_5_0_C/myOrder.html | 4 ++-- v1_5_0_C/payPop.js | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/v1_5_0_C/exchange.html b/v1_5_0_C/exchange.html index 1b142cb..4d339f6 100644 --- a/v1_5_0_C/exchange.html +++ b/v1_5_0_C/exchange.html @@ -413,11 +413,11 @@ this.reAccount = ""; }, - /* 确认付款 */ - payFunction (va) { - this.active = va + /* 去支付 */ + payFunction ({ type, isSupport }) { + this.active = type this.show = false - alert(`确认付款 选择的是${va === 1 ? '微信' : '支付宝'}`) + alert(isSupport ? '不持支' : '支持') }, /* 监听账号 */ diff --git a/v1_5_0_C/myOrder.html b/v1_5_0_C/myOrder.html index 6289da6..7d5339e 100644 --- a/v1_5_0_C/myOrder.html +++ b/v1_5_0_C/myOrder.html @@ -46,7 +46,7 @@ - +