ios回调处理

master
tpingzhang 5 years ago
parent 0975d670b2
commit 35dc67b662

@ -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(){

Loading…
Cancel
Save