Commit 87773e2d by doszhang

dos

parent 5765c1bb
...@@ -154,7 +154,7 @@ let chooseNum = 0; ...@@ -154,7 +154,7 @@ let chooseNum = 0;
//用户选择的色条index //用户选择的色条index
let colorIndex = 4; let colorIndex = 4;
//用户选择的背景色 //用户选择的背景色
let bgColor = ''; let bgColor = '#e5382a';
//切换flag时存储上次的随机结果,以保证不重复 //切换flag时存储上次的随机结果,以保证不重复
let oldRandFlag = []; let oldRandFlag = [];
//用于触摸防抖定时器 //用于触摸防抖定时器
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment