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",