From 683e7126995f5af5fd027b7ebc7aad3e4f83e7a8 Mon Sep 17 00:00:00 2001 From: kuaileWu <1432334894@qq.com> Date: Tue, 24 Dec 2024 18:25:09 +0800 Subject: [PATCH] =?UTF-8?q?ai=E8=AE=BA=E6=96=87=E5=A2=9E=E5=8A=A0=E7=99=BE?= =?UTF-8?q?=E5=BA=A6=E6=8E=A8=E5=B9=BF=E2=80=9C=E8=B4=AD=E4=B9=B0=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=82=B9=E5=87=BB=E2=80=9D=E4=BA=8B=E4=BB=B6=E5=9F=8B?= =?UTF-8?q?=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home.html | 2 +- style/js/index.js | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/home.html b/home.html index 7b94167..24fb227 100644 --- a/home.html +++ b/home.html @@ -14,7 +14,7 @@ - + diff --git a/style/js/index.js b/style/js/index.js index 7b2269c..0c8074d 100644 --- a/style/js/index.js +++ b/style/js/index.js @@ -215,6 +215,13 @@ $(document).ready(function() { payAction() }) function getPayQrcode(postData){ + $.ajax({ + type: "post", + url: '/bd_buy_click_log', + async:false, + success: function(jsondata2) { + } + }); $.ajax({ type: "post",