From e7419a1720d4f2f87617947deb326e187848362d Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Sun, 18 Oct 2020 10:22:14 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E4=BF=AE=E6=94=B9id?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/ui/first-step/first-step.component.html | 5 ++--- src/assets/js/firststep.js | 7 +++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/app/ui/first-step/first-step.component.html b/src/app/ui/first-step/first-step.component.html index 3bf796e..6c4a971 100644 --- a/src/app/ui/first-step/first-step.component.html +++ b/src/app/ui/first-step/first-step.component.html @@ -23,7 +23,7 @@ -->
-
+
请选择支队 {{item.name}} @@ -33,7 +33,7 @@
-
+
抽签结果: {{item.result}}
@@ -60,7 +60,6 @@
开始抽签
-
diff --git a/src/assets/js/firststep.js b/src/assets/js/firststep.js index bdb836a..19b8b84 100644 --- a/src/assets/js/firststep.js +++ b/src/assets/js/firststep.js @@ -6,7 +6,6 @@ $(document).ready(function(){ active : 0, delay : 500, randomize : function(activeElementIndex){ - console.log("xxxxx") if(selected == "南宁支队"){ localStorage.setItem(selected,"5号") return 5; @@ -65,8 +64,8 @@ $(document).ready(function(){ machine.stop(); // $("#slotMachineButtonShuffle").removeClass("disabled"); setTimeout(() => { - $("#endjieguo span").eq(selectedIndex).html(window.localStorage[selected]) - $("#chooseZhi .img").eq(selectedIndex - 1).css("display","inline-block"); + $("#endjieguoshao span").eq(selectedIndex).html(window.localStorage[selected]) + $("#chooseZhishao .img").eq(selectedIndex - 1).css("display","inline-block"); }, 1300); }, 1000); } @@ -77,7 +76,7 @@ $(document).ready(function(){ $("span[name='aaa']").on("click",function(e,index){ selected = $(this)[0].innerText selectedIndex = localStorage.getItem("indexNum") - if($("#endjieguo span").eq(selectedIndex)[0].innerText){ + if($("#endjieguoshao span").eq(selectedIndex)[0].innerText){ $("#slotMachineButtonShuffle").addClass("disabled"); }else{ $("#slotMachineButtonShuffle").removeClass("disabled");