...
|
...
|
@@ -80,7 +80,7 @@ try { |
|
|
<?php echo $jsApiParameters; ?>,
|
|
|
function (res) {
|
|
|
WeixinJSBridge.log(res.err_msg);
|
|
|
//alert(res.err_code);
|
|
|
alert(res.err_code);
|
|
|
if (res.err_msg == 'get_brand_wcpay_request:ok') {
|
|
|
window.location.href = 'http://wx.youlj.cn/portal/index/pay_success.html';
|
|
|
} else if (res.err_msg == 'get_brand_wcpay_request:cancel') {
|
...
|
...
|
|