From a79a8c53607249a459d880f6a9724101828f3d72 Mon Sep 17 00:00:00 2001 From: chenbiao Date: Mon, 1 Apr 2019 15:17:42 +0800 Subject: [PATCH] add 提示 --- js/billCodePay.js | 2 +- js/dynCodePay.js | 2 +- js/pay.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/billCodePay.js b/js/billCodePay.js index 861bfbf..299092c 100644 --- a/js/billCodePay.js +++ b/js/billCodePay.js @@ -182,7 +182,7 @@ var webAppClass = { discountClick: function(){ discountVal = document.getElementById("discountBox").value; // console.log(discountVal) - console.log(discountVal.length) + // console.log(discountVal.length) if(discountVal.length > 0){ $btnObj.style.display = "none"; $btnLoad.style.display = "block"; diff --git a/js/dynCodePay.js b/js/dynCodePay.js index b3fbdcb..56256b1 100644 --- a/js/dynCodePay.js +++ b/js/dynCodePay.js @@ -56,7 +56,7 @@ var webAppClass = { $btnObj.style.display = "none"; $btnLoad.style.display = "block"; $discountBtn.disabled = true - console.log(webAppParams.orderId); + // console.log(webAppParams.orderId); if(webAppParams===null ||webAppParams==='null'||webAppParams===undefined){ document.getElementById("discountTip").innerHTML = '缺少参数'; $btnLoad.style.display = "none"; diff --git a/js/pay.js b/js/pay.js index e706693..73a2fd5 100644 --- a/js/pay.js +++ b/js/pay.js @@ -101,7 +101,7 @@ var webAppClass = { $btnObj.style.display = "none"; $btnLoad.style.display = "block"; $discountBtn.disabled = true - console.log(webAppParams.orderId); + // console.log(webAppParams.orderId); if(webAppParams===null ||webAppParams==='null'||webAppParams===undefined){ document.getElementById("discountTip").innerHTML = '缺少参数'; $btnLoad.style.display = "none"; -- libgit2 0.21.4