...
|
...
|
@@ -16,6 +16,7 @@ |
|
|
WeixinJSBridge.log(res.err_msg);
|
|
|
alert(res.err_code+res.err_desc+res.err_msg);
|
|
|
if (res.err_msg=='get_brand_wcpay_request:cancel'){
|
|
|
window.location.href="{:url('portal/pay/cancel2',array('order_id'=>$list.id))}"
|
|
|
//支付取消逻辑
|
|
|
}else if (res.err_msg=='get_brand_wcpay_request:ok'){
|
|
|
window.location.href="{:url('user/User/myLight')}"
|
...
|
...
|
|