Commit a79a8c53607249a459d880f6a9724101828f3d72
1 parent
2686890b
add 提示
Showing
3 changed files
with
3 additions
and
3 deletions
js/billCodePay.js
... | ... | @@ -182,7 +182,7 @@ var webAppClass = { |
182 | 182 | discountClick: function(){ |
183 | 183 | discountVal = document.getElementById("discountBox").value; |
184 | 184 | // console.log(discountVal) |
185 | - console.log(discountVal.length) | |
185 | + // console.log(discountVal.length) | |
186 | 186 | if(discountVal.length > 0){ |
187 | 187 | $btnObj.style.display = "none"; |
188 | 188 | $btnLoad.style.display = "block"; | ... | ... |
js/dynCodePay.js
... | ... | @@ -56,7 +56,7 @@ var webAppClass = { |
56 | 56 | $btnObj.style.display = "none"; |
57 | 57 | $btnLoad.style.display = "block"; |
58 | 58 | $discountBtn.disabled = true |
59 | - console.log(webAppParams.orderId); | |
59 | + // console.log(webAppParams.orderId); | |
60 | 60 | if(webAppParams===null ||webAppParams==='null'||webAppParams===undefined){ |
61 | 61 | document.getElementById("discountTip").innerHTML = '缺少参数'; |
62 | 62 | $btnLoad.style.display = "none"; | ... | ... |
js/pay.js
... | ... | @@ -101,7 +101,7 @@ var webAppClass = { |
101 | 101 | $btnObj.style.display = "none"; |
102 | 102 | $btnLoad.style.display = "block"; |
103 | 103 | $discountBtn.disabled = true |
104 | - console.log(webAppParams.orderId); | |
104 | + // console.log(webAppParams.orderId); | |
105 | 105 | if(webAppParams===null ||webAppParams==='null'||webAppParams===undefined){ |
106 | 106 | document.getElementById("discountTip").innerHTML = '缺少参数'; |
107 | 107 | $btnLoad.style.display = "none"; | ... | ... |