fix:修改篮球详情展示页面

This commit is contained in:
lz-ui 2025-10-22 14:21:08 +08:00
parent abd5b1e854
commit 228f2047df

View File

@ -92,7 +92,7 @@ const loading = ref(false)
const basicList = ref([])
const influencingList = ref([])
const coreList = ref([])
const skipType = ['HONG_F', 'HONG_B'] // md
const skipType = ['HONG_F', 'HONG_B','FINYX_B','D3_B'] // mdmodelType
const isCustom = computed(() => !skipType.includes(route.query.modelType)) // false: md true:
function getDetail() {