作者 sgj
1 个管道 的构建 失败 耗费 0 秒

评价问题重构

此 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') {