From 35dc67b6622a4a1e232c580d82db9785e9e18ace Mon Sep 17 00:00:00 2001 From: tpingzhang <635929049@qq.com> Date: Thu, 21 Nov 2019 22:01:43 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(){