瀏覽代碼

Merge branch 'master' of git.beswell.com:duanchangpeng/flyLong

duanchangpeng 5 年之前
父節點
當前提交
646831ce9c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tv/src/Global.js

+ 1 - 1
tv/src/Global.js

@@ -390,7 +390,7 @@ numberToWeekdays = function (val) {
 
 // 随机背景
 RandomBg = function () {
-    let bgClassNum = parseInt(Math.random() * 10) + 1;
+    let bgClassNum = parseInt(Math.random() * 4) + 1;
     return 'bgStyle' + bgClassNum + '  pages';
 };