正在显示
2 个修改的文件
包含
1 行增加
和
1 行删除
此 diff 太大无法显示。
@@ -80,7 +80,7 @@ try { | @@ -80,7 +80,7 @@ try { | ||
80 | <?php echo $jsApiParameters; ?>, | 80 | <?php echo $jsApiParameters; ?>, |
81 | function (res) { | 81 | function (res) { |
82 | WeixinJSBridge.log(res.err_msg); | 82 | WeixinJSBridge.log(res.err_msg); |
83 | - //alert(res.err_code); | 83 | + alert(res.err_code); |
84 | if (res.err_msg == 'get_brand_wcpay_request:ok') { | 84 | if (res.err_msg == 'get_brand_wcpay_request:ok') { |
85 | window.location.href = 'http://wx.youlj.cn/portal/index/pay_success.html'; | 85 | window.location.href = 'http://wx.youlj.cn/portal/index/pay_success.html'; |
86 | } else if (res.err_msg == 'get_brand_wcpay_request:cancel') { | 86 | } else if (res.err_msg == 'get_brand_wcpay_request:cancel') { |
-
请 注册 或 登录 后发表评论