From 6cb3dbf176e3007beab81b817022bf0821437e5c Mon Sep 17 00:00:00 2001 From: dingzhiwei Date: Fri, 17 Dec 2021 18:06:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0paypal=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/assets/payTestImg/pp_pc.svg | 19 +++++++++++++++++++ .../src/views/payTest/PayTest.vue | 14 +++++++++----- 2 files changed, 28 insertions(+), 5 deletions(-) create mode 100644 jeepay-ui-merchant/src/assets/payTestImg/pp_pc.svg diff --git a/jeepay-ui-merchant/src/assets/payTestImg/pp_pc.svg b/jeepay-ui-merchant/src/assets/payTestImg/pp_pc.svg new file mode 100644 index 0000000..b3b502e --- /dev/null +++ b/jeepay-ui-merchant/src/assets/payTestImg/pp_pc.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/jeepay-ui-merchant/src/views/payTest/PayTest.vue b/jeepay-ui-merchant/src/views/payTest/PayTest.vue index 78da6dc..611f6d3 100644 --- a/jeepay-ui-merchant/src/views/payTest/PayTest.vue +++ b/jeepay-ui-merchant/src/views/payTest/PayTest.vue @@ -69,14 +69,18 @@ -
聚合支付
+
其它支付
- 聚合扫码(用户扫商家) + 聚合主扫
- 聚合条码(商家扫用户) + 聚合被扫 +
+ +
+ PayPal支付
@@ -298,8 +302,8 @@ export default { } }, // 聚合支付标题显示 - showJhTitle () { - if (this.appPaywayList.toString().indexOf('WX') !== -1 || this.appPaywayList.toString().indexOf('ALI') !== -1) { + showQtTitle () { + if (this.appPaywayList.toString().indexOf('WX') !== -1 || this.appPaywayList.toString().indexOf('ALI') !== -1 || this.appPaywayList.toString().indexOf('PP_PC') !== -1) { return true } else { return false