From 21521fb9951209fd331bb93edd75b01931acab36 Mon Sep 17 00:00:00 2001 From: qf Date: Tue, 6 Dec 2022 15:42:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=85=85=E5=80=BC=E5=9F=8B?= =?UTF-8?q?=E7=82=B9=EF=BC=8C=E4=B8=8D=E9=9C=80=E8=A6=81=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/peko/modules/pay/js/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/peko/modules/pay/js/index.js b/view/peko/modules/pay/js/index.js index d9a7a8f..ee27b46 100644 --- a/view/peko/modules/pay/js/index.js +++ b/view/peko/modules/pay/js/index.js @@ -127,6 +127,8 @@ $(function () { } else { console.log(countryCode) console.log('payMoney',payMoney); + // 点击充值埋点 + chargeFinish(payMoney) networkRequest({ type: 'POST', url: urlPrefix + '/charge/apply2New', @@ -136,8 +138,6 @@ $(function () { console.log(res) $('.logingActive').text("請稍等");//"" $('.logingActive').show(); - // 充值成功埋点 - chargeFinish(payMoney) window.location.href = res.data.payInfo.mweb_url; } else { logingFun(res.message)