Skip to content

Commit

Permalink
修改注释
Browse files Browse the repository at this point in the history
  • Loading branch information
moshang-ax committed Dec 27, 2019
1 parent 6889869 commit d37b213
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 221 deletions.
1 change: 0 additions & 1 deletion product/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<div id="container"></div>

<div id="menu">
<!-- <button id="welcome">Tenda2019</button> -->
<button id="enter">进入抽奖</button>
<div id="lotteryBar" class="none">
<button id="lottery">抽奖</button>
Expand Down
2 changes: 1 addition & 1 deletion product/src/lottery/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ function bindEvent() {

let target = e.target.id;
switch (target) {
// 显示Tenda墙
// 显示数字墙
case "welcome":
switchScreen("enter");
rotate = false;
Expand Down
Loading

0 comments on commit d37b213

Please sign in to comment.