From 7740884dba10a9ef1cc1aae72e30af3c93ba72c4 Mon Sep 17 00:00:00 2001 From: Dragon <13925835632@139.com> Date: Fri, 17 Mar 2023 14:53:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=A8=E6=88=BF=EF=BC=9A=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E4=B8=AD=E5=A5=96=E7=94=A8=E6=88=B7=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/yinmeng/activity/act-ocean/js/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/view/yinmeng/activity/act-ocean/js/index.js b/view/yinmeng/activity/act-ocean/js/index.js index 2dbf1de..849ad28 100644 --- a/view/yinmeng/activity/act-ocean/js/index.js +++ b/view/yinmeng/activity/act-ocean/js/index.js @@ -417,7 +417,7 @@ const renderDrawInfo = () => { $('.top-three span').html('本轮第一名') topThreeArr.map((item) => { str += ` -

+

` }) $('.top-three-list').html(str) @@ -426,7 +426,7 @@ const renderDrawInfo = () => { $('.top-three span').html('本轮前两名') topThreeArr.map((item) => { str += ` -

+

` }) $('.top-three-list').html(str) @@ -435,7 +435,7 @@ const renderDrawInfo = () => { $('.top-three span').html('本轮前三名') topThreeArr.map((item) => { str += ` -

+

` }) $('.top-three-list').html(str) @@ -593,7 +593,7 @@ $(function () { sessionStorage.setItem("mySelect", $(this).index()) }) // 点击更多按钮 - $('.wrap .previous-result .more').click(function(){ + $('.wrap .previous-result .more').click(function () { window.location.href = './result.html?roundId=' + roundId }) // 监听规则按钮点击事件