diff --git a/app/components/AppHeader.vue b/app/components/AppHeader.vue index d8dca6a..598c472 100644 --- a/app/components/AppHeader.vue +++ b/app/components/AppHeader.vue @@ -1,9 +1,11 @@ + + + + \ No newline at end of file diff --git a/app/components/itemDetail/index.vue b/app/components/itemDetail/index.vue index 43ce8b2..c6e8f92 100644 --- a/app/components/itemDetail/index.vue +++ b/app/components/itemDetail/index.vue @@ -20,29 +20,29 @@ const props = defineProps({
{{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')}}:
RMB 1,000
-
竞价表:
+
{{$t('detail.text7')}}:
diff --git a/app/pages/countryRegion/index.vue b/app/pages/countryRegion/index.vue index d6dacf5..fc4efd5 100644 --- a/app/pages/countryRegion/index.vue +++ b/app/pages/countryRegion/index.vue @@ -5,7 +5,6 @@ import countryCode from './data/index.js'; import { useI18n } from 'vue-i18n' import { useRouter } from 'vue-router' definePageMeta({ - title: '国家地区', i18n: 'countryRegion.title', }) const router = useRouter() diff --git a/app/pages/home/components/ItemList/index.vue b/app/pages/home/components/ItemList/index.vue index dfdeb9b..d2e46f1 100644 --- a/app/pages/home/components/ItemList/index.vue +++ b/app/pages/home/components/ItemList/index.vue @@ -52,12 +52,11 @@ const openShow = async (item) => {
{ fullLive.value = true; }; -if (!auctionDetail.value.uuid){ +if (!auctionDetail.value.uuid) { await getAuctionDetail() } @@ -18,7 +19,15 @@ if (!auctionDetail.value.uuid){