延迟请求秒数

This commit is contained in:
Dragon
2022-12-08 11:51:52 +08:00
parent 669251e0f4
commit 6ee971dfdd
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
<script src="../../common/js/vconsole.min.js"></script>
<script src="//res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
<script src="//lkme.cc/js/linkedme.min.js"></script>
<script src="./js/index.js"></script>
<script src="./js/index.js?v=1.0"></script>
</body>
</html>

View File

@@ -137,7 +137,7 @@ $(function(){
setTimeout(function(){
getUserInfo()
getListPack()
}, 50)
}, 500)
// 點擊玩法介紹按鈕
$('.rule-btn').on('click', function () {