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}}