From c983ff5abb060bba91f20a111f630afa3c4dbc08 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Thu, 14 Nov 2019 11:39:01 +0800 Subject: [PATCH] 调试微信支付 --- js/pay.js | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) 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; -- libgit2 0.21.4