From 0105ae3caa992cf647743068d88df83a5b1008cc Mon Sep 17 00:00:00 2001 From: tpingzhang <635929049@qq.com> Date: Thu, 21 Nov 2019 22:08:26 +0800 Subject: [PATCH] =?UTF-8?q?ios=E5=9B=9E=E8=B0=83=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/View/default/Spend/paycallback.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Application/Sdk/View/default/Spend/paycallback.html b/Application/Sdk/View/default/Spend/paycallback.html index c0a4114b..ed3a28af 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&back"; + window.location.href = Scheme+"://1"; } else { $("#toast").show(); setTimeout(function(){ @@ -176,7 +176,7 @@ $(function() { $("#paytype").html("支付失败"); if (!isAndroid) { if (isSafari) { - window.location.href = Scheme+"://0&back"; + window.location.href = Scheme+"://0"; } else { $("#toast").show(); setTimeout(function(){ @@ -209,7 +209,7 @@ $(function() { try { window.webkit.messageHandlers.exchangeResult.postMessage(1); } catch(err) { - window.location.href = Scheme+"://1"; + window.location.href = Scheme+"://1&back"; } } } else { @@ -219,7 +219,7 @@ $(function() { try { window.webkit.messageHandlers.exchangeResult.postMessage(0); } catch(err) { - window.location.href = Scheme+"://0"; + window.location.href = Scheme+"://0&back"; } } }