From 761545a063d4e02e83fd44c8dfe8d3457b989a70 Mon Sep 17 00:00:00 2001 From: yujiacong <1016029365@qq.com> Date: Sat, 11 Oct 2025 17:54:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=8F=E6=97=A5=E4=BB=BB=E5=8A=A1=20-=20?= =?UTF-8?q?=E5=85=AC=E4=BC=9A=E9=95=BF=E4=BB=BB=E5=8A=A1=20-=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=88=90=E5=91=98=E4=B8=8A=E9=BA=A6=E8=AF=A6=E6=83=85?= =?UTF-8?q?=20=E6=97=A5=E6=9C=9F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/moliparty/modules/taskCenter/js/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/view/moliparty/modules/taskCenter/js/index.js b/view/moliparty/modules/taskCenter/js/index.js index 4277425..d24fe6e 100644 --- a/view/moliparty/modules/taskCenter/js/index.js +++ b/view/moliparty/modules/taskCenter/js/index.js @@ -1178,8 +1178,8 @@ $('.Daily_list').on('click', '.guildLivestreamTaskVos_box', function () { $('.guildBtnLivestream').attr('reachId', guildLivestreamTaskVos[arrIndex].reachId); $('.guildBtnLivestream').attr('receiveStatus', guildLivestreamTaskVos[arrIndex].receiveStatus); // 更新上麦详情 - $('.Hosts_one_time_box .detail_btn').attr('level', guildShiningTaskVos[arrIndex].level); - $('.Hosts_one_time_box .detail_btn').attr('statDate', guildShiningTaskVos[arrIndex].reachStatDate); + $('.Hosts_one_time_box .detail_btn').attr('level', guildLivestreamTaskVos[arrIndex].level); + $('.Hosts_one_time_box .detail_btn').attr('statDate', guildLivestreamTaskVos[arrIndex].reachStatDate || ''); }) // 麦上活跃2 - 档位点击切换 $('.Daily_list').on('click', '.guildShiningTaskVos_box', function () { @@ -1269,7 +1269,7 @@ $('.Daily_list').on('click', '.guildShiningTaskVos_box', function () { // 更新上麦详情 $('.Hosts_two_time_box .detail_btn').attr('level', guildShiningTaskVos[arrIndex].level); - $('.Hosts_two_time_box .detail_btn').attr('statDate', guildShiningTaskVos[arrIndex].reachStatDate); + $('.Hosts_two_time_box .detail_btn').attr('statDate', guildShiningTaskVos[arrIndex].reachStatDate || ''); })