From cca1420ad59fbdee41501aa26e96cce57aa39595 Mon Sep 17 00:00:00 2001 From: wanyongkang <937888580@qq.com> Date: Fri, 13 Nov 2020 09:39:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF=E8=B4=AD=E4=B9=B0?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/Product/buy.cshtml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Host/Views.Mobile/Product/buy.cshtml b/Host/Views.Mobile/Product/buy.cshtml index 97cb91b..dd1a89d 100644 --- a/Host/Views.Mobile/Product/buy.cshtml +++ b/Host/Views.Mobile/Product/buy.cshtml @@ -582,7 +582,8 @@ if (res.Code == 10000) { hidePayWait(); if (res.Data == "00") { - //alert('购买成功') + alert('购买成功'); + window.location.href = "/user/myaccounts"; showPayOk(); } else { that.payCallback(res.Data) @@ -621,7 +622,8 @@ if (res.Code == 10000) { hidePayWait(); if (res.Data == "00") { - //alert('购买成功') + alert('购买成功'); + window.location.href = "/user/myaccounts"; showPayOk(); } else { that.payCallback(res.Data) @@ -693,7 +695,8 @@ clearInterval(that.payHandler); $(".payMask").hide(); showPayOk(); - //window.location.href = "/user/myaccounts"; + alert('购买成功'); + window.location.href = "/user/myaccounts"; } } })