diff --git a/app/pages/signature/protocol/index.vue b/app/pages/signature/protocol/index.vue
index 4cec5bf..92a38e9 100644
--- a/app/pages/signature/protocol/index.vue
+++ b/app/pages/signature/protocol/index.vue
@@ -68,6 +68,7 @@ const goSignature = async () => {
+
{{ $t('signature.tips.prePayment') }}
diff --git a/nuxt.config.js b/nuxt.config.js
index 15b784d..08d8876 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -133,7 +133,9 @@ export default defineNuxtConfig({
vscode: {
// 配置为 cursor 编辑器
editor: 'cursor'
- }
+ },
+
+ enabled: true
},
typescript: {
@@ -155,4 +157,4 @@ export default defineNuxtConfig({
host: '0.0.0.0',
port: 3000,
},
-})
\ No newline at end of file
+})
From e0853e1416bb5435cd8fde1a0fa7e63a1b87cf17 Mon Sep 17 00:00:00 2001
From: xingyy <64720302+Concur-max@users.noreply.github.com>
Date: Thu, 6 Mar 2025 11:09:12 +0800
Subject: [PATCH 07/27] =?UTF-8?q?feat(components):=20=E9=87=8D=E6=9E=84?=
=?UTF-8?q?=E6=B5=AE=E5=8A=A8=E9=9D=A2=E6=9D=BF=E7=BB=84=E4=BB=B6=E5=B9=B6?=
=?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=B0=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 重写了 floating2 组件,增加了更多
---
app/components/floating2/index.vue | 291 +++++++++++++++++++++-------
app/pages/home/index.vue | 4 +-
app/pages/liveRoom/index.client.vue | 35 +++-
package.json | 1 +
pnpm-lock.yaml | 45 +++++
5 files changed, 294 insertions(+), 82 deletions(-)
diff --git a/app/components/floating2/index.vue b/app/components/floating2/index.vue
index c62c63d..c57c7e2 100644
--- a/app/components/floating2/index.vue
+++ b/app/components/floating2/index.vue
@@ -1,93 +1,238 @@
-
+
+
\ No newline at end of file
diff --git a/app/pages/home/index.vue b/app/pages/home/index.vue
index 65d9998..5d884cd 100644
--- a/app/pages/home/index.vue
+++ b/app/pages/home/index.vue
@@ -6,7 +6,7 @@ import Cescribe from './components/Cescribe/index.vue'
import FloatingBubble from '~/components/floating2/index.vue'
import {liveStore} from "~/stores/live/index.js";
-const {auctionDetail,getArtworkList} = goodStore();
+const {auctionDetail,getArtworkList,getAuctionDetail} = goodStore();
const {fullLive} = liveStore()
const changeLive = () => {
if (!fullLive.value){
@@ -16,7 +16,7 @@ const changeLive = () => {
}
}
}
-
+await getAuctionDetail()
diff --git a/app/pages/liveRoom/index.client.vue b/app/pages/liveRoom/index.client.vue
index d52e74b..dceb9aa 100644
--- a/app/pages/liveRoom/index.client.vue
+++ b/app/pages/liveRoom/index.client.vue
@@ -1,5 +1,5 @@
+
+
+
+
+
+
+
+
{{detailInfo?.artworkTitle}}
+
+
+
{{$t('detail.text1')}}:
+
{{detailInfo?.artwork?.artistName??'-'}}
+
+
+
{{$t('detail.text2')}}:
+
{{detailInfo?.artwork?.ruler??'-'}}
+
+
+
{{$t('detail.text3')}}*{{$t('detail.text4')}}:
+
{{detailInfo?.artwork?.length}}*{{detailInfo?.artwork?.width}}cm
+
+
+
{{$t('detail.text5')}}:
+
{{detailInfo?.artwork?.abstract??'-'}}
+
+
+
+
+
{{$t('detail.text6')}}:
+
{{detailInfo?.startPriceCurrency}} {{detailInfo?.startPrice}}
+
+
+
成交价:
+
{{detailInfo?.soldPriceCurrency}} {{detailInfo?.soldPrice}}
+
+
+
{{$t('detail.text7')}}:
+
+
+
+
+
+
+
{{item.index}}
+
{{item.price}}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/components/itemDetail/index_20250306154608.vue b/.history/app/components/itemDetail/index_20250306154608.vue
new file mode 100644
index 0000000..7544234
--- /dev/null
+++ b/.history/app/components/itemDetail/index_20250306154608.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
{{detailInfo?.artworkTitle}}
+
+
+
{{$t('detail.text1')}}:
+
{{detailInfo?.artwork?.artistName??'-'}}
+
+
+
{{$t('detail.text2')}}:
+
{{detailInfo?.artwork?.ruler??'-'}}
+
+
+
{{$t('detail.text3')}}*{{$t('detail.text4')}}:
+
{{detailInfo?.artwork?.length}}*{{detailInfo?.artwork?.width}}cm
+
+
+
{{$t('detail.text5')}}:
+
{{detailInfo?.artwork?.abstract??'-'}}
+
+
+
+
+
{{$t('detail.text6')}}:
+
{{detailInfo?.startPriceCurrency}} {{detailInfo?.startPrice}}
+
+
+
成交价:
+
{{detailInfo?.soldPriceCurrency}} {{detailInfo?.soldPrice}}
+
+
+
{{$t('detail.text7')}}:
+
+
+
+
+
+
+
{{item.index}}
+
{{item.price}}
+
+
+
+
+
+
固定跳价
+
{{ detailInfo?.priceRuleAdd }}
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/components/itemDetail/index_20250306154630.vue b/.history/app/components/itemDetail/index_20250306154630.vue
new file mode 100644
index 0000000..041c953
--- /dev/null
+++ b/.history/app/components/itemDetail/index_20250306154630.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
{{detailInfo?.artworkTitle}}
+
+
+
{{$t('detail.text1')}}:
+
{{detailInfo?.artwork?.artistName??'-'}}
+
+
+
{{$t('detail.text2')}}:
+
{{detailInfo?.artwork?.ruler??'-'}}
+
+
+
{{$t('detail.text3')}}*{{$t('detail.text4')}}:
+
{{detailInfo?.artwork?.length}}*{{detailInfo?.artwork?.width}}cm
+
+
+
{{$t('detail.text5')}}:
+
{{detailInfo?.artwork?.abstract??'-'}}
+
+
+
+
+
{{$t('detail.text6')}}:
+
{{detailInfo?.startPriceCurrency}} {{detailInfo?.startPrice}}
+
+
+
成交价:
+
{{detailInfo?.soldPriceCurrency}} {{detailInfo?.soldPrice}}
+
+
+
{{$t('detail.text7')}}:
+
+
+
+
+
+
+
{{item.index}}
+
{{item.price}}
+
+
+
+
+
+
固定跳价
+
{{ detailInfo?.priceRuleAdd }}
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/components/itemDetail/index_20250306154639.vue b/.history/app/components/itemDetail/index_20250306154639.vue
new file mode 100644
index 0000000..9f57065
--- /dev/null
+++ b/.history/app/components/itemDetail/index_20250306154639.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
{{detailInfo?.artworkTitle}}
+
+
+
{{$t('detail.text1')}}:
+
{{detailInfo?.artwork?.artistName??'-'}}
+
+
+
{{$t('detail.text2')}}:
+
{{detailInfo?.artwork?.ruler??'-'}}
+
+
+
{{$t('detail.text3')}}*{{$t('detail.text4')}}:
+
{{detailInfo?.artwork?.length}}*{{detailInfo?.artwork?.width}}cm
+
+
+
{{$t('detail.text5')}}:
+
{{detailInfo?.artwork?.abstract??'-'}}
+
+
+
+
+
{{$t('detail.text6')}}:
+
{{detailInfo?.startPriceCurrency}} {{detailInfo?.startPrice}}
+
+
+
成交价:
+
{{detailInfo?.soldPriceCurrency}} {{detailInfo?.soldPrice}}
+
+
+
{{$t('detail.text7')}}:
+
+
+
+
+
+
+
{{item.index}}
+
{{item.price}}
+
+
+
+
+
+
固定跳价:
+
{{ detailInfo?.priceRuleAdd }}
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/components/itemDetail/index_20250306154645.vue b/.history/app/components/itemDetail/index_20250306154645.vue
new file mode 100644
index 0000000..5c315cb
--- /dev/null
+++ b/.history/app/components/itemDetail/index_20250306154645.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
{{detailInfo?.artworkTitle}}
+
+
+
{{$t('detail.text1')}}:
+
{{detailInfo?.artwork?.artistName??'-'}}
+
+
+
{{$t('detail.text2')}}:
+
{{detailInfo?.artwork?.ruler??'-'}}
+
+
+
{{$t('detail.text3')}}*{{$t('detail.text4')}}:
+
{{detailInfo?.artwork?.length}}*{{detailInfo?.artwork?.width}}cm
+
+
+
{{$t('detail.text5')}}:
+
{{detailInfo?.artwork?.abstract??'-'}}
+
+
+
+
+
{{$t('detail.text6')}}:
+
{{detailInfo?.startPriceCurrency}} {{detailInfo?.startPrice}}
+
+
+
成交价:
+
{{detailInfo?.soldPriceCurrency}} {{detailInfo?.soldPrice}}
+
+
+
{{$t('detail.text7')}}:
+
+
+
+
+
+
+
{{item.index}}
+
{{item.price}}
+
+
+
+
+
+
固定跳价:
+
{{ detailInfo?.priceRuleAdd }}
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/components/itemDetail/index_20250306154648.vue b/.history/app/components/itemDetail/index_20250306154648.vue
new file mode 100644
index 0000000..5c315cb
--- /dev/null
+++ b/.history/app/components/itemDetail/index_20250306154648.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
{{detailInfo?.artworkTitle}}
+
+
+
{{$t('detail.text1')}}:
+
{{detailInfo?.artwork?.artistName??'-'}}
+
+
+
{{$t('detail.text2')}}:
+
{{detailInfo?.artwork?.ruler??'-'}}
+
+
+
{{$t('detail.text3')}}*{{$t('detail.text4')}}:
+
{{detailInfo?.artwork?.length}}*{{detailInfo?.artwork?.width}}cm
+
+
+
{{$t('detail.text5')}}:
+
{{detailInfo?.artwork?.abstract??'-'}}
+
+
+
+
+
{{$t('detail.text6')}}:
+
{{detailInfo?.startPriceCurrency}} {{detailInfo?.startPrice}}
+
+
+
成交价:
+
{{detailInfo?.soldPriceCurrency}} {{detailInfo?.soldPrice}}
+
+
+
{{$t('detail.text7')}}:
+
+
+
+
+
+
+
{{item.index}}
+
{{item.price}}
+
+
+
+
+
+
固定跳价:
+
{{ detailInfo?.priceRuleAdd }}
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/components/itemDetail/index_20250306154708.vue b/.history/app/components/itemDetail/index_20250306154708.vue
new file mode 100644
index 0000000..021a82f
--- /dev/null
+++ b/.history/app/components/itemDetail/index_20250306154708.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
{{detailInfo?.artworkTitle}}
+
+
+
{{$t('detail.text1')}}:
+
{{detailInfo?.artwork?.artistName??'-'}}
+
+
+
{{$t('detail.text2')}}:
+
{{detailInfo?.artwork?.ruler??'-'}}
+
+
+
{{$t('detail.text3')}}*{{$t('detail.text4')}}:
+
{{detailInfo?.artwork?.length}}*{{detailInfo?.artwork?.width}}cm
+
+
+
{{$t('detail.text5')}}:
+
{{detailInfo?.artwork?.abstract??'-'}}
+
+
+
+
+
{{$t('detail.text6')}}:
+
{{detailInfo?.startPriceCurrency}} {{detailInfo?.startPrice}}
+
+
+
成交价:
+
{{detailInfo?.soldPriceCurrency}} {{detailInfo?.soldPrice}}
+
+
+
{{$t('detail.text7')}}:
+
+
+
+
+
+
+
{{item.index}}
+
{{item.price}}
+
+
+
+
+
+
{{$t('detail.text9')}}:
+
{{ detailInfo?.priceRuleAdd }}
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/components/itemDetail/index_20250306154817.vue b/.history/app/components/itemDetail/index_20250306154817.vue
new file mode 100644
index 0000000..021a82f
--- /dev/null
+++ b/.history/app/components/itemDetail/index_20250306154817.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
{{detailInfo?.artworkTitle}}
+
+
+
{{$t('detail.text1')}}:
+
{{detailInfo?.artwork?.artistName??'-'}}
+
+
+
{{$t('detail.text2')}}:
+
{{detailInfo?.artwork?.ruler??'-'}}
+
+
+
{{$t('detail.text3')}}*{{$t('detail.text4')}}:
+
{{detailInfo?.artwork?.length}}*{{detailInfo?.artwork?.width}}cm
+
+
+
{{$t('detail.text5')}}:
+
{{detailInfo?.artwork?.abstract??'-'}}
+
+
+
+
+
{{$t('detail.text6')}}:
+
{{detailInfo?.startPriceCurrency}} {{detailInfo?.startPrice}}
+
+
+
成交价:
+
{{detailInfo?.soldPriceCurrency}} {{detailInfo?.soldPrice}}
+
+
+
{{$t('detail.text7')}}:
+
+
+
+
+
+
+
{{item.index}}
+
{{item.price}}
+
+
+
+
+
+
{{$t('detail.text9')}}:
+
{{ detailInfo?.priceRuleAdd }}
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250303111807.vue b/.history/app/pages/home/components/ItemList/index_20250303111807.vue
new file mode 100644
index 0000000..81f6b29
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250303111807.vue
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{ formatNumber(item.index) }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306114740.vue b/.history/app/pages/home/components/ItemList/index_20250306114740.vue
new file mode 100644
index 0000000..80fe6d9
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306114740.vue
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{ formatNumber(item.index) }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306114815.vue b/.history/app/pages/home/components/ItemList/index_20250306114815.vue
new file mode 100644
index 0000000..323782e
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306114815.vue
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{ formatNumber(item.index) }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306114817.vue b/.history/app/pages/home/components/ItemList/index_20250306114817.vue
new file mode 100644
index 0000000..323782e
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306114817.vue
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{ formatNumber(item.index) }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306115647.vue b/.history/app/pages/home/components/ItemList/index_20250306115647.vue
new file mode 100644
index 0000000..81f6b29
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306115647.vue
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{ formatNumber(item.index) }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306115652.vue b/.history/app/pages/home/components/ItemList/index_20250306115652.vue
new file mode 100644
index 0000000..81f6b29
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306115652.vue
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{ formatNumber(item.index) }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306141705.vue b/.history/app/pages/home/components/ItemList/index_20250306141705.vue
new file mode 100644
index 0000000..da94d6b
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306141705.vue
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306141747.vue b/.history/app/pages/home/components/ItemList/index_20250306141747.vue
new file mode 100644
index 0000000..81645f5
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306141747.vue
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306141844.vue b/.history/app/pages/home/components/ItemList/index_20250306141844.vue
new file mode 100644
index 0000000..6403033
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306141844.vue
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306142633.vue b/.history/app/pages/home/components/ItemList/index_20250306142633.vue
new file mode 100644
index 0000000..4db4c24
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306142633.vue
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306142647.vue b/.history/app/pages/home/components/ItemList/index_20250306142647.vue
new file mode 100644
index 0000000..579a90a
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306142647.vue
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306142801.vue b/.history/app/pages/home/components/ItemList/index_20250306142801.vue
new file mode 100644
index 0000000..579a90a
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306142801.vue
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306142804.vue b/.history/app/pages/home/components/ItemList/index_20250306142804.vue
new file mode 100644
index 0000000..579a90a
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306142804.vue
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306143140.vue b/.history/app/pages/home/components/ItemList/index_20250306143140.vue
new file mode 100644
index 0000000..7c425cb
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306143140.vue
@@ -0,0 +1,146 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306143143.vue b/.history/app/pages/home/components/ItemList/index_20250306143143.vue
new file mode 100644
index 0000000..7c425cb
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306143143.vue
@@ -0,0 +1,146 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306143321.vue b/.history/app/pages/home/components/ItemList/index_20250306143321.vue
new file mode 100644
index 0000000..32f4990
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306143321.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306143328.vue b/.history/app/pages/home/components/ItemList/index_20250306143328.vue
new file mode 100644
index 0000000..e050a09
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306143328.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306143357.vue b/.history/app/pages/home/components/ItemList/index_20250306143357.vue
new file mode 100644
index 0000000..9067e55
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306143357.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306143628.vue b/.history/app/pages/home/components/ItemList/index_20250306143628.vue
new file mode 100644
index 0000000..8647cd4
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306143628.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306143705.vue b/.history/app/pages/home/components/ItemList/index_20250306143705.vue
new file mode 100644
index 0000000..41dd3d2
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306143705.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306143826.vue b/.history/app/pages/home/components/ItemList/index_20250306143826.vue
new file mode 100644
index 0000000..2065d1e
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306143826.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306143843.vue b/.history/app/pages/home/components/ItemList/index_20250306143843.vue
new file mode 100644
index 0000000..0b8ae00
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306143843.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306143933.vue b/.history/app/pages/home/components/ItemList/index_20250306143933.vue
new file mode 100644
index 0000000..8943c8a
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306143933.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306144009.vue b/.history/app/pages/home/components/ItemList/index_20250306144009.vue
new file mode 100644
index 0000000..8b1382c
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306144009.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306144013.vue b/.history/app/pages/home/components/ItemList/index_20250306144013.vue
new file mode 100644
index 0000000..8b1382c
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306144013.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306144044.vue b/.history/app/pages/home/components/ItemList/index_20250306144044.vue
new file mode 100644
index 0000000..1735773
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306144044.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306144045.vue b/.history/app/pages/home/components/ItemList/index_20250306144045.vue
new file mode 100644
index 0000000..1735773
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306144045.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306144047.vue b/.history/app/pages/home/components/ItemList/index_20250306144047.vue
new file mode 100644
index 0000000..1735773
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306144047.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306144142.vue b/.history/app/pages/home/components/ItemList/index_20250306144142.vue
new file mode 100644
index 0000000..c7dea9f
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306144142.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306144159.vue b/.history/app/pages/home/components/ItemList/index_20250306144159.vue
new file mode 100644
index 0000000..f7500c8
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306144159.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306144205.vue b/.history/app/pages/home/components/ItemList/index_20250306144205.vue
new file mode 100644
index 0000000..39e8ce4
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306144205.vue
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306144214.vue b/.history/app/pages/home/components/ItemList/index_20250306144214.vue
new file mode 100644
index 0000000..d833f0e
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306144214.vue
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306144237.vue b/.history/app/pages/home/components/ItemList/index_20250306144237.vue
new file mode 100644
index 0000000..21c00a9
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306144237.vue
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306144307.vue b/.history/app/pages/home/components/ItemList/index_20250306144307.vue
new file mode 100644
index 0000000..0ad7182
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306144307.vue
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306144717.vue b/.history/app/pages/home/components/ItemList/index_20250306144717.vue
new file mode 100644
index 0000000..cea1fc4
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306144717.vue
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306144728.vue b/.history/app/pages/home/components/ItemList/index_20250306144728.vue
new file mode 100644
index 0000000..8759410
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306144728.vue
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306144732.vue b/.history/app/pages/home/components/ItemList/index_20250306144732.vue
new file mode 100644
index 0000000..b2a9ae7
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306144732.vue
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306144816.vue b/.history/app/pages/home/components/ItemList/index_20250306144816.vue
new file mode 100644
index 0000000..41d1e7a
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306144816.vue
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306144834.vue b/.history/app/pages/home/components/ItemList/index_20250306144834.vue
new file mode 100644
index 0000000..fa05a29
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306144834.vue
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306144838.vue b/.history/app/pages/home/components/ItemList/index_20250306144838.vue
new file mode 100644
index 0000000..0ba3b89
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306144838.vue
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306145158.vue b/.history/app/pages/home/components/ItemList/index_20250306145158.vue
new file mode 100644
index 0000000..0ba3b89
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306145158.vue
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306145738.vue b/.history/app/pages/home/components/ItemList/index_20250306145738.vue
new file mode 100644
index 0000000..1fc502a
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306145738.vue
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306145812.vue b/.history/app/pages/home/components/ItemList/index_20250306145812.vue
new file mode 100644
index 0000000..1fc502a
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306145812.vue
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ Lot{{item.index+25000 }}
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306150719.vue b/.history/app/pages/home/components/ItemList/index_20250306150719.vue
new file mode 100644
index 0000000..502c189
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306150719.vue
@@ -0,0 +1,209 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lot{{item.index+25000 }}
+
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306150743.vue b/.history/app/pages/home/components/ItemList/index_20250306150743.vue
new file mode 100644
index 0000000..502c189
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306150743.vue
@@ -0,0 +1,209 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lot{{item.index+25000 }}
+
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/components/ItemList/index_20250306150745.vue b/.history/app/pages/home/components/ItemList/index_20250306150745.vue
new file mode 100644
index 0000000..502c189
--- /dev/null
+++ b/.history/app/pages/home/components/ItemList/index_20250306150745.vue
@@ -0,0 +1,209 @@
+
+
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lot{{item.index+25000 }}
+
+
+
+
+
+ {{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
+
+
+ {{ $t('home.start_price') }}:{{ item?.startPrice??0 }}
+
+
+ {{ $t('home.close_price') }}:{{ item?.soldPrice??0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306094955.vue b/.history/app/pages/home/index_20250306094955.vue
new file mode 100644
index 0000000..5d884cd
--- /dev/null
+++ b/.history/app/pages/home/index_20250306094955.vue
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306114651.vue b/.history/app/pages/home/index_20250306114651.vue
new file mode 100644
index 0000000..d3e199e
--- /dev/null
+++ b/.history/app/pages/home/index_20250306114651.vue
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306114655.vue b/.history/app/pages/home/index_20250306114655.vue
new file mode 100644
index 0000000..3cc9aed
--- /dev/null
+++ b/.history/app/pages/home/index_20250306114655.vue
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306114938.vue b/.history/app/pages/home/index_20250306114938.vue
new file mode 100644
index 0000000..808fc6a
--- /dev/null
+++ b/.history/app/pages/home/index_20250306114938.vue
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115027.vue b/.history/app/pages/home/index_20250306115027.vue
new file mode 100644
index 0000000..edb8588
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115027.vue
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115109.vue b/.history/app/pages/home/index_20250306115109.vue
new file mode 100644
index 0000000..a4e45ec
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115109.vue
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115149.vue b/.history/app/pages/home/index_20250306115149.vue
new file mode 100644
index 0000000..171d48d
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115149.vue
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115151.vue b/.history/app/pages/home/index_20250306115151.vue
new file mode 100644
index 0000000..171d48d
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115151.vue
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115253.vue b/.history/app/pages/home/index_20250306115253.vue
new file mode 100644
index 0000000..8388756
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115253.vue
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115256.vue b/.history/app/pages/home/index_20250306115256.vue
new file mode 100644
index 0000000..8388756
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115256.vue
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115330.vue b/.history/app/pages/home/index_20250306115330.vue
new file mode 100644
index 0000000..f185aef
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115330.vue
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115336.vue b/.history/app/pages/home/index_20250306115336.vue
new file mode 100644
index 0000000..b4b6a61
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115336.vue
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115423.vue b/.history/app/pages/home/index_20250306115423.vue
new file mode 100644
index 0000000..6d7ee79
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115423.vue
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115449.vue b/.history/app/pages/home/index_20250306115449.vue
new file mode 100644
index 0000000..a474711
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115449.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115451.vue b/.history/app/pages/home/index_20250306115451.vue
new file mode 100644
index 0000000..a474711
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115451.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115547.vue b/.history/app/pages/home/index_20250306115547.vue
new file mode 100644
index 0000000..6dd076a
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115547.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115555.vue b/.history/app/pages/home/index_20250306115555.vue
new file mode 100644
index 0000000..c10170c
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115555.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115559.vue b/.history/app/pages/home/index_20250306115559.vue
new file mode 100644
index 0000000..c10170c
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115559.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115611.vue b/.history/app/pages/home/index_20250306115611.vue
new file mode 100644
index 0000000..542d172
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115611.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115635.vue b/.history/app/pages/home/index_20250306115635.vue
new file mode 100644
index 0000000..1d2de14
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115635.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115641.vue b/.history/app/pages/home/index_20250306115641.vue
new file mode 100644
index 0000000..6777ad2
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115641.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115705.vue b/.history/app/pages/home/index_20250306115705.vue
new file mode 100644
index 0000000..f634fe4
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115705.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115706.vue b/.history/app/pages/home/index_20250306115706.vue
new file mode 100644
index 0000000..f634fe4
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115706.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115740.vue b/.history/app/pages/home/index_20250306115740.vue
new file mode 100644
index 0000000..8d212cf
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115740.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115742.vue b/.history/app/pages/home/index_20250306115742.vue
new file mode 100644
index 0000000..8d212cf
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115742.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306115809.vue b/.history/app/pages/home/index_20250306115809.vue
new file mode 100644
index 0000000..8d212cf
--- /dev/null
+++ b/.history/app/pages/home/index_20250306115809.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/home/index_20250306145820.vue b/.history/app/pages/home/index_20250306145820.vue
new file mode 100644
index 0000000..8d212cf
--- /dev/null
+++ b/.history/app/pages/home/index_20250306145820.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
{{ auctionDetail.title }}
+
{{ $t('home.text1') }}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
{{ auctionDetail.title }}
+
{{$t('home.text3')}}{{auctionDetail.isLiving===2?$t('home.text4'):$t('home.text5')}}
+
- {{auctionDetail.totalNum}}{{ $t('common.items') }}{{ $t('common.auction') }} -
+
{{auctionDetail.startDate}} {{auctionDetail.startTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250304114512.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250304114512.vue
new file mode 100644
index 0000000..873fff9
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250304114512.vue
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
LOT{{item.index}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306131850.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306131850.vue
new file mode 100644
index 0000000..a8f546d
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306131850.vue
@@ -0,0 +1,157 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
LOT{{item.index}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306131852.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306131852.vue
new file mode 100644
index 0000000..a8f546d
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306131852.vue
@@ -0,0 +1,157 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
+
+
LOT{{item.index}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306131940.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306131940.vue
new file mode 100644
index 0000000..873fff9
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306131940.vue
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
LOT{{item.index}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306132936.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306132936.vue
new file mode 100644
index 0000000..c112d96
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306132936.vue
@@ -0,0 +1,195 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+ {{ $t('live_room.searching_current_lot') || '正在查找当前拍品...' }}
+
+
+
+
+
+
LOT{{item.index}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306133213.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306133213.vue
new file mode 100644
index 0000000..ff3328b
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306133213.vue
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+ {{ $t('live_room.searching_current_lot') || '正在查找当前拍品...' }}
+
+
+
+
+
+
LOT{{item.index}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306133617.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306133617.vue
new file mode 100644
index 0000000..986333a
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306133617.vue
@@ -0,0 +1,331 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+ {{ $t('live_room.searching_current_lot') || '正在查找当前拍品...' }}
+
+
+
+
+ {{ localState.debugInfo }}
+
+
+
+
+
+
+
LOT{{item.index}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306133625.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306133625.vue
new file mode 100644
index 0000000..986333a
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306133625.vue
@@ -0,0 +1,331 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+ {{ $t('live_room.searching_current_lot') || '正在查找当前拍品...' }}
+
+
+
+
+ {{ localState.debugInfo }}
+
+
+
+
+
+
+
LOT{{item.index}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306133628.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306133628.vue
new file mode 100644
index 0000000..986333a
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306133628.vue
@@ -0,0 +1,331 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+ {{ $t('live_room.searching_current_lot') || '正在查找当前拍品...' }}
+
+
+
+
+ {{ localState.debugInfo }}
+
+
+
+
+
+
+
LOT{{item.index}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306133712.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306133712.vue
new file mode 100644
index 0000000..873fff9
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306133712.vue
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
LOT{{item.index}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306133716.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306133716.vue
new file mode 100644
index 0000000..873fff9
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306133716.vue
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
LOT{{item.index}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306133943.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306133943.vue
new file mode 100644
index 0000000..95500c4
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306133943.vue
@@ -0,0 +1,155 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
LOT{{item.index}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306140953.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306140953.vue
new file mode 100644
index 0000000..e350328
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306140953.vue
@@ -0,0 +1,158 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
LOT{{item.index}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306140956.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306140956.vue
new file mode 100644
index 0000000..e350328
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306140956.vue
@@ -0,0 +1,158 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
LOT{{item.index}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141031.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141031.vue
new file mode 100644
index 0000000..0174574
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141031.vue
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
LOT{{item.index}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141033.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141033.vue
new file mode 100644
index 0000000..0174574
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141033.vue
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
LOT{{item.index}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141324.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141324.vue
new file mode 100644
index 0000000..c2087e5
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141324.vue
@@ -0,0 +1,165 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
LOT{{item.index}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141326.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141326.vue
new file mode 100644
index 0000000..c2087e5
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141326.vue
@@ -0,0 +1,165 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
LOT{{item.index}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141342.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141342.vue
new file mode 100644
index 0000000..1b8e79a
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141342.vue
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
LOT{{item.index}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141836.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141836.vue
new file mode 100644
index 0000000..5e2c0cb
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141836.vue
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
LOT{{item.index+25000}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141916.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141916.vue
new file mode 100644
index 0000000..bfc5e01
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141916.vue
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
LOT{{item.index+25000}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141952.vue b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141952.vue
new file mode 100644
index 0000000..b46dc62
--- /dev/null
+++ b/.history/app/pages/liveRoom/components/SideButton/tangPopup_20250306141952.vue
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+ {{ $t('home.tab1')}}
+ {{ $t('live_room.total') }}{{ pageRef.itemCount }}{{ $t('live_room.lots_num') }}
+
+
+
+
+ {{ $t('home.refresh_show') }}
+
+
+
+
+
+
Lot{{item.index+25000}}
+
{{ $t('live_room.cast') }}
+
+
+
+ {{ item.artworkTitle }}
+
+
{{ $t('home.start_price') }}:{{item?.startPriceCurrency}} {{item?.startPrice}}
+
{{ $t('home.close_price') }}:{{item.soldPrice}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/index.client_20250306114123.vue b/.history/app/pages/liveRoom/index.client_20250306114123.vue
new file mode 100644
index 0000000..eee42b1
--- /dev/null
+++ b/.history/app/pages/liveRoom/index.client_20250306114123.vue
@@ -0,0 +1,249 @@
+
+
+
+
+
+
+ 直播加载中...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
LOT{{ auctionData.artwork.index }}
+
{{ auctionData.artwork.name }}
+
{{ t('live_room.start') }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/index.client_20250306152016.vue b/.history/app/pages/liveRoom/index.client_20250306152016.vue
new file mode 100644
index 0000000..f5f127c
--- /dev/null
+++ b/.history/app/pages/liveRoom/index.client_20250306152016.vue
@@ -0,0 +1,247 @@
+
+
+
+
+
+
+ 直播加载中...
+
+
+
+
+
+
+
+
+
+
+
+
+
LOT{{ auctionData.artwork.index }}
+
{{ auctionData.artwork.name }}
+
{{ t('live_room.start') }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/index.client_20250306152035.vue b/.history/app/pages/liveRoom/index.client_20250306152035.vue
new file mode 100644
index 0000000..f5f127c
--- /dev/null
+++ b/.history/app/pages/liveRoom/index.client_20250306152035.vue
@@ -0,0 +1,247 @@
+
+
+
+
+
+
+ 直播加载中...
+
+
+
+
+
+
+
+
+
+
+
+
+
LOT{{ auctionData.artwork.index }}
+
{{ auctionData.artwork.name }}
+
{{ t('live_room.start') }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/index.client_20250306152725.vue b/.history/app/pages/liveRoom/index.client_20250306152725.vue
new file mode 100644
index 0000000..f5f127c
--- /dev/null
+++ b/.history/app/pages/liveRoom/index.client_20250306152725.vue
@@ -0,0 +1,247 @@
+
+
+
+
+
+
+ 直播加载中...
+
+
+
+
+
+
+
+
+
+
+
+
+
LOT{{ auctionData.artwork.index }}
+
{{ auctionData.artwork.name }}
+
{{ t('live_room.start') }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/index.client_20250306153357.vue b/.history/app/pages/liveRoom/index.client_20250306153357.vue
new file mode 100644
index 0000000..8b02b56
--- /dev/null
+++ b/.history/app/pages/liveRoom/index.client_20250306153357.vue
@@ -0,0 +1,248 @@
+
+
+
+
+
+
+ 直播加载中...
+
+
+
+
+
+
+
+
+
+
+
+
+
LOT{{ auctionData.artwork.index }}
+
{{ auctionData.artwork.name }}
+
{{ t('live_room.start') }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/index.client_20250306153359.vue b/.history/app/pages/liveRoom/index.client_20250306153359.vue
new file mode 100644
index 0000000..8b02b56
--- /dev/null
+++ b/.history/app/pages/liveRoom/index.client_20250306153359.vue
@@ -0,0 +1,248 @@
+
+
+
+
+
+
+ 直播加载中...
+
+
+
+
+
+
+
+
+
+
+
+
+
LOT{{ auctionData.artwork.index }}
+
{{ auctionData.artwork.name }}
+
{{ t('live_room.start') }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/index.client_20250306153403.vue b/.history/app/pages/liveRoom/index.client_20250306153403.vue
new file mode 100644
index 0000000..4fc3ce2
--- /dev/null
+++ b/.history/app/pages/liveRoom/index.client_20250306153403.vue
@@ -0,0 +1,248 @@
+
+
+
+
+
+
+ 直播加载中...
+
+
+
+
+
+
+
+
+
+
+
+
+
LOT{{ auctionData.artwork.index }}
+
{{ auctionData.artwork.name }}
+
{{ t('live_room.start') }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/index.client_20250306153405.vue b/.history/app/pages/liveRoom/index.client_20250306153405.vue
new file mode 100644
index 0000000..4fc3ce2
--- /dev/null
+++ b/.history/app/pages/liveRoom/index.client_20250306153405.vue
@@ -0,0 +1,248 @@
+
+
+
+
+
+
+ 直播加载中...
+
+
+
+
+
+
+
+
+
+
+
+
+
LOT{{ auctionData.artwork.index }}
+
{{ auctionData.artwork.name }}
+
{{ t('live_room.start') }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/index.client_20250306153730.vue b/.history/app/pages/liveRoom/index.client_20250306153730.vue
new file mode 100644
index 0000000..9676191
--- /dev/null
+++ b/.history/app/pages/liveRoom/index.client_20250306153730.vue
@@ -0,0 +1,247 @@
+
+
+
+
+
+
+ 直播加载中...
+
+
+
+
+
+
+
+
+
+
+
+
+
LOT{{ auctionData.artwork.index }}
+
{{ auctionData.artwork.name }}
+
{{ t('live_room.start') }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/index.client_20250306153732.vue b/.history/app/pages/liveRoom/index.client_20250306153732.vue
new file mode 100644
index 0000000..9676191
--- /dev/null
+++ b/.history/app/pages/liveRoom/index.client_20250306153732.vue
@@ -0,0 +1,247 @@
+
+
+
+
+
+
+ 直播加载中...
+
+
+
+
+
+
+
+
+
+
+
+
+
LOT{{ auctionData.artwork.index }}
+
{{ auctionData.artwork.name }}
+
{{ t('live_room.start') }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/index.client_20250306153754.vue b/.history/app/pages/liveRoom/index.client_20250306153754.vue
new file mode 100644
index 0000000..9676191
--- /dev/null
+++ b/.history/app/pages/liveRoom/index.client_20250306153754.vue
@@ -0,0 +1,247 @@
+
+
+
+
+
+
+ 直播加载中...
+
+
+
+
+
+
+
+
+
+
+
+
+
LOT{{ auctionData.artwork.index }}
+
{{ auctionData.artwork.name }}
+
{{ t('live_room.start') }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/index.client_20250306153824.vue b/.history/app/pages/liveRoom/index.client_20250306153824.vue
new file mode 100644
index 0000000..9676191
--- /dev/null
+++ b/.history/app/pages/liveRoom/index.client_20250306153824.vue
@@ -0,0 +1,247 @@
+
+
+
+
+
+
+ 直播加载中...
+
+
+
+
+
+
+
+
+
+
+
+
+
LOT{{ auctionData.artwork.index }}
+
{{ auctionData.artwork.name }}
+
{{ t('live_room.start') }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/index.client_20250306153827.vue b/.history/app/pages/liveRoom/index.client_20250306153827.vue
new file mode 100644
index 0000000..9676191
--- /dev/null
+++ b/.history/app/pages/liveRoom/index.client_20250306153827.vue
@@ -0,0 +1,247 @@
+
+
+
+
+
+
+ 直播加载中...
+
+
+
+
+
+
+
+
+
+
+
+
+
LOT{{ auctionData.artwork.index }}
+
{{ auctionData.artwork.name }}
+
{{ t('live_room.start') }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/index.client_20250306153829.vue b/.history/app/pages/liveRoom/index.client_20250306153829.vue
new file mode 100644
index 0000000..9676191
--- /dev/null
+++ b/.history/app/pages/liveRoom/index.client_20250306153829.vue
@@ -0,0 +1,247 @@
+
+
+
+
+
+
+ 直播加载中...
+
+
+
+
+
+
+
+
+
+
+
+
+
LOT{{ auctionData.artwork.index }}
+
{{ auctionData.artwork.name }}
+
{{ t('live_room.start') }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/index.client_20250306153831.vue b/.history/app/pages/liveRoom/index.client_20250306153831.vue
new file mode 100644
index 0000000..9676191
--- /dev/null
+++ b/.history/app/pages/liveRoom/index.client_20250306153831.vue
@@ -0,0 +1,247 @@
+
+
+
+
+
+
+ 直播加载中...
+
+
+
+
+
+
+
+
+
+
+
+
+
LOT{{ auctionData.artwork.index }}
+
{{ auctionData.artwork.name }}
+
{{ t('live_room.start') }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/pages/liveRoom/index.client_20250306154125.vue b/.history/app/pages/liveRoom/index.client_20250306154125.vue
new file mode 100644
index 0000000..9676191
--- /dev/null
+++ b/.history/app/pages/liveRoom/index.client_20250306154125.vue
@@ -0,0 +1,247 @@
+
+
+
+
+
+
+ 直播加载中...
+
+
+
+
+
+
+
+
+
+
+
+
+
LOT{{ auctionData.artwork.index }}
+
{{ auctionData.artwork.name }}
+
{{ t('live_room.start') }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.history/app/stores/goods/index_20250303111807.js b/.history/app/stores/goods/index_20250303111807.js
new file mode 100644
index 0000000..ae0d219
--- /dev/null
+++ b/.history/app/stores/goods/index_20250303111807.js
@@ -0,0 +1,109 @@
+import { createGlobalState,useLocalStorage } from '@vueuse/core'
+import { ref } from 'vue'
+import { artworkList, defaultDetail, artworkDetail } from "@/api/goods/index.js"
+
+export const goodStore = createGlobalState(() => {
+ // 状态定义
+ const actionDetails = ref({})
+ const currentItem = ref({})
+ const myArtWorks = ref([])
+ const pageRef = ref({
+ page: 0,
+ pageSize: 5,
+ itemCount: 0
+ })
+ const artWorkDetail = useLocalStorage('artWorkDetail',{})
+ const itemList = ref([])
+ const auctionDetail = ref({})
+ const loading = ref(false)
+ const error = ref(null)
+
+ // 重置分页
+ const resetPage = () => {
+ pageRef.value.page = 1
+ pageRef.value.pageSize=5
+ pageRef.value.itemCount = 0
+ }
+
+ // 获取拍卖详情
+ const getAuctionDetail = async () => {
+ try {
+ loading.value = true
+ const res = await defaultDetail({})
+ if (res.status === 0) {
+ auctionDetail.value = res.data
+ }
+ } catch (err) {
+ } finally {
+ loading.value = false
+ }
+ }
+
+ // 获取艺术品列表
+ const getArtworkList = async (isRefresh = false) => {
+ if (isRefresh) {
+ resetPage()
+ }
+ try {
+ loading.value = true
+ const res = await artworkList({
+ auctionUuid: auctionDetail.value.uuid,
+ page: pageRef.value.page,
+ pageSize: pageRef.value.pageSize
+ })
+ if (res.status === 0) {
+ const newItems = res.data.data || []
+
+ if (isRefresh) {
+ itemList.value = newItems
+ } else {
+ itemList.value = [...itemList.value, ...newItems]
+ }
+
+ pageRef.value.itemCount = res.data.count || 0
+ return {
+ finished: !newItems.length || newItems.length < pageRef.value.pageSize,
+ items: newItems
+ }
+ }
+ return { finished: true, items: [] }
+ } catch (err) {
+ return { finished: true, items: [] }
+ } finally {
+ loading.value = false
+ }
+ }
+
+ // 获取艺术品详情
+ const getArtworkDetail = async (uuid) => {
+ try {
+ loading.value = true
+ const res = await artworkDetail({ uuid })
+ if (res.status === 0) {
+ artWorkDetail.value = res.data
+ }
+ } catch (err) {
+ } finally {
+ loading.value = false
+ }
+ }
+
+ return {
+ // 状态
+ actionDetails,
+
+ currentItem,
+ myArtWorks,
+ pageRef,
+ artWorkDetail,
+ itemList,
+ auctionDetail,
+ loading,
+ error,
+ // 方法
+ getAuctionDetail,
+ getArtworkList,
+ getArtworkDetail,
+ resetPage
+ }
+})
\ No newline at end of file
diff --git a/.history/app/stores/goods/index_20250306132938.js b/.history/app/stores/goods/index_20250306132938.js
new file mode 100644
index 0000000..ae0d219
--- /dev/null
+++ b/.history/app/stores/goods/index_20250306132938.js
@@ -0,0 +1,109 @@
+import { createGlobalState,useLocalStorage } from '@vueuse/core'
+import { ref } from 'vue'
+import { artworkList, defaultDetail, artworkDetail } from "@/api/goods/index.js"
+
+export const goodStore = createGlobalState(() => {
+ // 状态定义
+ const actionDetails = ref({})
+ const currentItem = ref({})
+ const myArtWorks = ref([])
+ const pageRef = ref({
+ page: 0,
+ pageSize: 5,
+ itemCount: 0
+ })
+ const artWorkDetail = useLocalStorage('artWorkDetail',{})
+ const itemList = ref([])
+ const auctionDetail = ref({})
+ const loading = ref(false)
+ const error = ref(null)
+
+ // 重置分页
+ const resetPage = () => {
+ pageRef.value.page = 1
+ pageRef.value.pageSize=5
+ pageRef.value.itemCount = 0
+ }
+
+ // 获取拍卖详情
+ const getAuctionDetail = async () => {
+ try {
+ loading.value = true
+ const res = await defaultDetail({})
+ if (res.status === 0) {
+ auctionDetail.value = res.data
+ }
+ } catch (err) {
+ } finally {
+ loading.value = false
+ }
+ }
+
+ // 获取艺术品列表
+ const getArtworkList = async (isRefresh = false) => {
+ if (isRefresh) {
+ resetPage()
+ }
+ try {
+ loading.value = true
+ const res = await artworkList({
+ auctionUuid: auctionDetail.value.uuid,
+ page: pageRef.value.page,
+ pageSize: pageRef.value.pageSize
+ })
+ if (res.status === 0) {
+ const newItems = res.data.data || []
+
+ if (isRefresh) {
+ itemList.value = newItems
+ } else {
+ itemList.value = [...itemList.value, ...newItems]
+ }
+
+ pageRef.value.itemCount = res.data.count || 0
+ return {
+ finished: !newItems.length || newItems.length < pageRef.value.pageSize,
+ items: newItems
+ }
+ }
+ return { finished: true, items: [] }
+ } catch (err) {
+ return { finished: true, items: [] }
+ } finally {
+ loading.value = false
+ }
+ }
+
+ // 获取艺术品详情
+ const getArtworkDetail = async (uuid) => {
+ try {
+ loading.value = true
+ const res = await artworkDetail({ uuid })
+ if (res.status === 0) {
+ artWorkDetail.value = res.data
+ }
+ } catch (err) {
+ } finally {
+ loading.value = false
+ }
+ }
+
+ return {
+ // 状态
+ actionDetails,
+
+ currentItem,
+ myArtWorks,
+ pageRef,
+ artWorkDetail,
+ itemList,
+ auctionDetail,
+ loading,
+ error,
+ // 方法
+ getAuctionDetail,
+ getArtworkList,
+ getArtworkDetail,
+ resetPage
+ }
+})
\ No newline at end of file
diff --git a/.history/app/stores/goods/index_20250306133215.js b/.history/app/stores/goods/index_20250306133215.js
new file mode 100644
index 0000000..ae0d219
--- /dev/null
+++ b/.history/app/stores/goods/index_20250306133215.js
@@ -0,0 +1,109 @@
+import { createGlobalState,useLocalStorage } from '@vueuse/core'
+import { ref } from 'vue'
+import { artworkList, defaultDetail, artworkDetail } from "@/api/goods/index.js"
+
+export const goodStore = createGlobalState(() => {
+ // 状态定义
+ const actionDetails = ref({})
+ const currentItem = ref({})
+ const myArtWorks = ref([])
+ const pageRef = ref({
+ page: 0,
+ pageSize: 5,
+ itemCount: 0
+ })
+ const artWorkDetail = useLocalStorage('artWorkDetail',{})
+ const itemList = ref([])
+ const auctionDetail = ref({})
+ const loading = ref(false)
+ const error = ref(null)
+
+ // 重置分页
+ const resetPage = () => {
+ pageRef.value.page = 1
+ pageRef.value.pageSize=5
+ pageRef.value.itemCount = 0
+ }
+
+ // 获取拍卖详情
+ const getAuctionDetail = async () => {
+ try {
+ loading.value = true
+ const res = await defaultDetail({})
+ if (res.status === 0) {
+ auctionDetail.value = res.data
+ }
+ } catch (err) {
+ } finally {
+ loading.value = false
+ }
+ }
+
+ // 获取艺术品列表
+ const getArtworkList = async (isRefresh = false) => {
+ if (isRefresh) {
+ resetPage()
+ }
+ try {
+ loading.value = true
+ const res = await artworkList({
+ auctionUuid: auctionDetail.value.uuid,
+ page: pageRef.value.page,
+ pageSize: pageRef.value.pageSize
+ })
+ if (res.status === 0) {
+ const newItems = res.data.data || []
+
+ if (isRefresh) {
+ itemList.value = newItems
+ } else {
+ itemList.value = [...itemList.value, ...newItems]
+ }
+
+ pageRef.value.itemCount = res.data.count || 0
+ return {
+ finished: !newItems.length || newItems.length < pageRef.value.pageSize,
+ items: newItems
+ }
+ }
+ return { finished: true, items: [] }
+ } catch (err) {
+ return { finished: true, items: [] }
+ } finally {
+ loading.value = false
+ }
+ }
+
+ // 获取艺术品详情
+ const getArtworkDetail = async (uuid) => {
+ try {
+ loading.value = true
+ const res = await artworkDetail({ uuid })
+ if (res.status === 0) {
+ artWorkDetail.value = res.data
+ }
+ } catch (err) {
+ } finally {
+ loading.value = false
+ }
+ }
+
+ return {
+ // 状态
+ actionDetails,
+
+ currentItem,
+ myArtWorks,
+ pageRef,
+ artWorkDetail,
+ itemList,
+ auctionDetail,
+ loading,
+ error,
+ // 方法
+ getAuctionDetail,
+ getArtworkList,
+ getArtworkDetail,
+ resetPage
+ }
+})
\ No newline at end of file
diff --git a/app/components/itemDetail/index.vue b/app/components/itemDetail/index.vue
index eb55921..021a82f 100644
--- a/app/components/itemDetail/index.vue
+++ b/app/components/itemDetail/index.vue
@@ -75,6 +75,10 @@ const filteredPriceRules = computed(() => {
+
+
{{$t('detail.text9')}}:
+
{{ detailInfo?.priceRuleAdd }}
+
diff --git a/app/pages/[...all].vue b/app/pages/[...all].vue
deleted file mode 100644
index f9637a9..0000000
--- a/app/pages/[...all].vue
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- {{ $t('error_page.txt') }}
-
diff --git a/app/pages/externallinks/index.vue b/app/pages/externallinks/index.vue
deleted file mode 100644
index f14457a..0000000
--- a/app/pages/externallinks/index.vue
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/pages/home/components/ItemList/index.vue b/app/pages/home/components/ItemList/index.vue
index 81f6b29..502c189 100644
--- a/app/pages/home/components/ItemList/index.vue
+++ b/app/pages/home/components/ItemList/index.vue
@@ -1,5 +1,5 @@
@@ -79,24 +93,43 @@ const openShow = async (item) => {
@load="loadMore"
>
-
-
+
+
-
![]()
-
+
- Lot{{ formatNumber(item.index) }}
+
+
+
+
+
+
+ Lot{{item.index+25000 }}
+
+
-
+
{{ item?.artwork?.name }} | {{item?.artwork?.artistName}}
@@ -125,4 +158,52 @@ const openShow = async (item) => {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
+
+/* 自定义骨架屏样式 */
+.custom-skeleton {
+ width: 100%;
+ display: flex;
+ flex-direction: column;
+ background-color: #fff;
+}
+
+.skeleton-image {
+ width: 100%;
+ padding-bottom: 100%; /* 保持1:1的宽高比 */
+ background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
+ background-size: 400% 100%;
+ animation: skeleton-loading 1.4s ease infinite;
+}
+
+.skeleton-content {
+ padding: 8px 0;
+}
+
+.skeleton-title {
+ height: 16px;
+ margin-bottom: 8px;
+ background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
+ background-size: 400% 100%;
+ animation: skeleton-loading 1.4s ease infinite;
+ border-radius: 2px;
+}
+
+.skeleton-text {
+ height: 12px;
+ margin-top: 4px;
+ background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
+ background-size: 400% 100%;
+ animation: skeleton-loading 1.4s ease infinite;
+ border-radius: 2px;
+ width: 60%;
+}
+
+@keyframes skeleton-loading {
+ 0% {
+ background-position: 100% 50%;
+ }
+ 100% {
+ background-position: 0 50%;
+ }
+}
\ No newline at end of file
diff --git a/app/pages/home/index.vue b/app/pages/home/index.vue
index 5d884cd..8d212cf 100644
--- a/app/pages/home/index.vue
+++ b/app/pages/home/index.vue
@@ -20,7 +20,7 @@ await getAuctionDetail()
-
+
@@ -38,10 +38,13 @@ await getAuctionDetail()
-
+
-
+
+
+
+
@@ -53,6 +56,16 @@ await getAuctionDetail()
\ No newline at end of file
From ae87146c5fce75882e0ee465d3d2789c68515603 Mon Sep 17 00:00:00 2001
From: xingyy <64720302+Concur-max@users.noreply.github.com>
Date: Thu, 6 Mar 2025 17:04:44 +0800
Subject: [PATCH 10/27] =?UTF-8?q?style(ItemList):=20=E8=B0=83=E6=95=B4?=
=?UTF-8?q?=E6=95=B0=E5=AD=97=20badges=20=E7=9A=84=E5=AE=BD=E5=BA=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 将数字 badges 的宽度从 55px 调整为 60px,以适应较大的数字
- 优化了 ItemList 组件的视觉效果
---
app/pages/home/components/ItemList/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/pages/home/components/ItemList/index.vue b/app/pages/home/components/ItemList/index.vue
index 4561bb6..ea1ad10 100644
--- a/app/pages/home/components/ItemList/index.vue
+++ b/app/pages/home/components/ItemList/index.vue
@@ -94,7 +94,7 @@ function formatNumber(num) {
class="w-full object-cover rounded-4px"
/>
Lot{{ formatNumber(item.index) }}
From f673fbed7ff45b7005357ce14bf083ce0e484842 Mon Sep 17 00:00:00 2001
From: xingyy <64720302+Concur-max@users.noreply.github.com>
Date: Fri, 7 Mar 2025 09:23:18 +0800
Subject: [PATCH 11/27] =?UTF-8?q?style(app):=20=E4=BC=98=E5=8C=96=E5=9B=BE?=
=?UTF-8?q?=E7=89=87=E9=A2=84=E8=A7=88=E5=BC=B9=E7=AA=97=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 调整图片预览弹窗的背景色和最大宽度
- 修复 ItemList 组件中的 Lot 号码显示问题
---
app/app.vue | 4 ++++
app/pages/home/components/ItemList/index.vue | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/app/app.vue b/app/app.vue
index e6e6688..406b028 100644
--- a/app/app.vue
+++ b/app/app.vue
@@ -56,6 +56,10 @@ provide('slideDirection', slideDirection)
\ No newline at end of file
From 825ec8affe837b2aa3fc3d39542d0973a8169093 Mon Sep 17 00:00:00 2001
From: xingyy <64720302+Concur-max@users.noreply.github.com>
Date: Mon, 10 Mar 2025 09:16:14 +0800
Subject: [PATCH 27/27] 12
---
app/pages/liveRoom/index.client.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/pages/liveRoom/index.client.vue b/app/pages/liveRoom/index.client.vue
index cca6073..4a107b2 100644
--- a/app/pages/liveRoom/index.client.vue
+++ b/app/pages/liveRoom/index.client.vue
@@ -183,7 +183,7 @@ const tipOpen = () => {
-
LOT{{ auctionData.artwork.index }}
+
LOT{{ Number(auctionData.artwork.index+25000) }}
{{ auctionData.artwork.name }}
{{ t('live_room.start') }}