From 654bfaafd92deb4031e1dd269153ba42332c606d Mon Sep 17 00:00:00 2001 From: chenbiao Date: Thu, 28 Mar 2019 15:05:43 +0800 Subject: [PATCH] add 兑换券 --- billCodePay.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ dynCodePay.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ js/pay.js | 1 + 3 files changed, 93 insertions(+), 0 deletions(-) diff --git a/billCodePay.html b/billCodePay.html index fa39a3d..3675a75 100644 --- a/billCodePay.html +++ b/billCodePay.html @@ -29,6 +29,45 @@ Learn how to configure a non-root public URL by running `npm run build`. --> 订单支付 + @@ -50,6 +89,13 @@
优惠金额:
订单编号:
+
+
+ + +
+
+
选择支付方式 出场时间: diff --git a/dynCodePay.html b/dynCodePay.html index 743633c..acae72a 100644 --- a/dynCodePay.html +++ b/dynCodePay.html @@ -28,6 +28,45 @@ Learn how to configure a non-root public URL by running `npm run build`. --> 订单支付 + @@ -48,6 +87,13 @@
订单编号:
+
+
+ + +
+
+
选择支付方式 出场时间: diff --git a/js/pay.js b/js/pay.js index db078a0..6db7f15 100644 --- a/js/pay.js +++ b/js/pay.js @@ -123,6 +123,7 @@ var webAppClass = { document.getElementById("discountDesc").style.display="none" $btnLoad.style.display = "none"; $btnObj.style.display = "block"; + document.getElementById("discountBox").attr('readonly','readonly'); flag = 1 }else{ $discountBtn.disabled = false -- libgit2 0.21.4