diff --git a/Application/Sdk/View/default/Spend/paycallback.html b/Application/Sdk/View/default/Spend/paycallback.html index f5e2a63c..c0a4114b 100644 --- a/Application/Sdk/View/default/Spend/paycallback.html +++ b/Application/Sdk/View/default/Spend/paycallback.html @@ -157,7 +157,7 @@ $(function() { $("#paytype").html("支付成功"); if (!isAndroid) { if (isSafari) { - window.location.href = Scheme+"://1"; + window.location.href = Scheme+"://1&back"; } else { $("#toast").show(); setTimeout(function(){ @@ -176,7 +176,7 @@ $(function() { $("#paytype").html("支付失败"); if (!isAndroid) { if (isSafari) { - window.location.href = Scheme+"://0"; + window.location.href = Scheme+"://0&back"; } else { $("#toast").show(); setTimeout(function(){