Przeglądaj źródła

wesmiler 更新第5期升级

wesmiler 5 lat temu
rodzic
commit
15f5cab9ab

+ 2 - 2
public/themes/default/weixin/public/assets/js/match.js

@@ -200,7 +200,7 @@ var app = new Vue({
             setInterval(function(){
                 _this.tipParams.page ++;
                 _this.getTips()
-            }, 15000)
+            }, 20000)
         },
         // 初始化提示
         initTips: function(index){
@@ -231,7 +231,7 @@ var app = new Vue({
                    }
 
                     _this.tips.left += 0.25;
-                }, 50);
+                }, 20);
             }
 
         },