From 2feb821899d6199eece7e5f4a4f77b6572ef01b5 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Thu, 20 Feb 2025 19:03:39 +0800 Subject: [PATCH] 12312 --- app/pages/liveRoom/index.client.vue | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/app/pages/liveRoom/index.client.vue b/app/pages/liveRoom/index.client.vue index 34cb6b5..af0f949 100644 --- a/app/pages/liveRoom/index.client.vue +++ b/app/pages/liveRoom/index.client.vue @@ -135,18 +135,6 @@ watch(() => fullLive.value, async (newVal) => { await getSocketData() -}) -watchEffect(() => { - if (!fullLive.value) return - nextTick(()=>{ - createCountUp(countUpRef.value, auctionData.value?.nowAuctionPrice?.nowPrice) - }) -}) -watchEffect(() => { - if (!fullLive.value) return -nextTick(()=>{ - createCountUp(nextPriceRef.value, auctionData.value?.nowAuctionPrice?.nextPrice) -}) }) const goBuy = async () => { const res = await artworkBuy({ @@ -175,11 +163,11 @@ const tipOpen = () => { style="bottom:calc(var(--safe-area-inset-bottom) + 26px)">
{{ t('live_room.now_price') }}:{{ auctionData?.nowAuctionPrice?.currency }}
-
+
{{auctionData?.nowAuctionPrice?.nowPrice}}
{{ t('live_room.lower_price') }}:{{ auctionData?.nowAuctionPrice?.currency }}
-
+
{{auctionData?.nowAuctionPrice?.nextPrice}}