diff --git a/js/pay.js b/js/pay.js index e536d1a..73beaa0 100644 --- a/js/pay.js +++ b/js/pay.js @@ -527,12 +527,8 @@ var webAppClass = { wxParams.openId = openId; wxParams.appId = appWxID; var payParamsUrl = webAppRoot + window.webAppH5.wxPayServer; - alert('调接口之前') - alert(payParamsUrl) - alert(JSON.stringify(wxParams)) //alert(payParamsUrl);alert(orderID); postRequest(payParamsUrl, wxParams, function (res) { - alert('走了微信支付接口') $btnObj.style.display = "block"; $btnLoad.style.display = "none"; //debugger;