From 1a3f6137cb8362f1310b09994512da764130b4af Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Tue, 27 Feb 2024 17:10:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=99=BD=E5=90=8D=E5=8D=95?= =?UTF-8?q?=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wishingStar/wishingRound.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/wishingStar/wishingRound.vue b/src/views/wishingStar/wishingRound.vue index 46984b0..58c3c87 100644 --- a/src/views/wishingStar/wishingRound.vue +++ b/src/views/wishingStar/wishingRound.vue @@ -185,10 +185,7 @@ export default { // @ts-ignore button(res) { console.log(res); - let isWhite = res.isWhite; - if (isWhite) { - return; - } + this.whiteCount = res.whiteCount; this.dialogTableVisibleTitle = "轮次id:" + res.id + "的参与情况"; promiseStarUserRecordGetPromiseUsers({ roundId: res.id, @@ -202,6 +199,10 @@ export default { // @ts-ignore white(res) { console.log(res); + let isWhite = res.isWhite; + if (isWhite) { + return; + } promiseStarUserRecordSetUserWhite({ roundId: res.roundId, uid: res.uid,