From 4314d9308cf80181c9cf5f4a9ff3a83844bffac5 Mon Sep 17 00:00:00 2001 From: Devil Date: Wed, 9 Dec 2020 18:34:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=8F=90=E4=BA=A4=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/view/default/buy/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/application/index/view/default/buy/index.html b/application/index/view/default/buy/index.html index dc2ab4ecf..595445206 100755 --- a/application/index/view/default/buy/index.html +++ b/application/index/view/default/buy/index.html @@ -644,8 +644,9 @@ function BuySubmitBack(e) Prompt(e.msg, 'success'); setTimeout(function() { - window.location.href = e.data.jump_url; - }, 1000); + window.open(e.data.jump_url, '_blank'); + window.close(); + }, 1500); } else { $('form.form-validation').find('button[type="submit"]').button('reset'); $.AMUI.progress.done();