This commit is contained in:
sleepwithoutbz
2025-11-10 21:48:25 +08:00
parent de451f2aab
commit 75aff27af2
8 changed files with 60 additions and 32 deletions

View File

@@ -11,7 +11,7 @@
:info="$t(`${product.name}.info`)"
:detailList="product.detailList"
:imageUrl="product.imageUrl"
:videoUrls="tm(`${product.name}.video-urls`) as string[]"
:videoUrls="tm(`${product.name}.video-urls`) as VideoUrl[]"
/>
</div>
@@ -37,6 +37,7 @@ import { useI18n } from 'vue-i18n'
import seekDetail from '@/components/seekDetail.vue'
import cjqImage from '@/assets/water/cjq.png'
import type { DetailItem, ProductInfoData } from '@/types/product'
import type { VideoUrl } from '@/types/VideoUrl'
// import { useI18n } from 'vue-i18n'
// const { t } = useI18n()