fix:修改篮球详情展示页面
This commit is contained in:
parent
abd5b1e854
commit
228f2047df
@ -92,7 +92,7 @@ const loading = ref(false)
|
|||||||
const basicList = ref([])
|
const basicList = ref([])
|
||||||
const influencingList = ref([])
|
const influencingList = ref([])
|
||||||
const coreList = ref([])
|
const coreList = ref([])
|
||||||
const skipType = ['HONG_F', 'HONG_B'] // 红单专家md渲染,其他自定义表格渲染
|
const skipType = ['HONG_F', 'HONG_B','FINYX_B','D3_B'] // 默认自定义表格渲染,md渲染需添加要modelType
|
||||||
const isCustom = computed(() => !skipType.includes(route.query.modelType)) // false: md渲染 true: 自定义表格渲染
|
const isCustom = computed(() => !skipType.includes(route.query.modelType)) // false: md渲染 true: 自定义表格渲染
|
||||||
|
|
||||||
function getDetail() {
|
function getDetail() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user