mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-07 06:15:29 +08:00
wx pay debug
This commit is contained in:
@ -226,12 +226,6 @@ class Weixin
|
||||
if(res.err_msg == "get_brand_wcpay_request:ok" )
|
||||
{
|
||||
Prompt(result.msg, "success");
|
||||
{{if !empty($redirect_url)}}
|
||||
setTimeout(function()
|
||||
{
|
||||
window.location.href = "{{$redirect_url}}";
|
||||
}, 1500);
|
||||
{{/if}}
|
||||
} else if(res.err_msg == "get_brand_wcpay_request:cancel")
|
||||
{
|
||||
Prompt("用户取消");
|
||||
|
||||
Reference in New Issue
Block a user