From ec04ad2dbb9c899c688ebd2a17f7cd8a13eca054 Mon Sep 17 00:00:00 2001 From: meng Date: Tue, 28 Feb 2023 05:21:06 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(pay):=20=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=89=8D=E6=A3=80=E6=B5=8B=E8=B4=A6=E5=8F=B7=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E5=8F=AF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加支付前检测账号密码是否可用,js逻辑还需要和后台字段同步 --- pages/order/pay/index.js | 5 +++-- pages/order/pay/index.wxml | 16 +++++++++++++++- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/pages/order/pay/index.js b/pages/order/pay/index.js index 0fae4c9..f5f7bf2 100644 --- a/pages/order/pay/index.js +++ b/pages/order/pay/index.js @@ -6,7 +6,8 @@ Page({ success: !1, successData: {}, coupon: !1, - diyform: {} + diyform: {}, + echeck:!1, }, onLoad: function(e) { this.setData({ @@ -24,7 +25,7 @@ Page({ t.setData({ list: s, show: !0, - diyform:s.diyform + diyform:s.diyform, })) : wx.navigateTo({ url: "/pages/order/details/index?id=" + t.data.options.id }); diff --git a/pages/order/pay/index.wxml b/pages/order/pay/index.wxml index 06bc3f7..ad50674 100644 --- a/pages/order/pay/index.wxml +++ b/pages/order/pay/index.wxml @@ -20,7 +20,7 @@ - + 确认支付 @@ -64,6 +64,20 @@ + + + + + + + + + 正在检测账号密码是否正确... + + 检测完成后即可支付 + + + {{FoxUIToast.text}}