feat: 组件

This commit is contained in:
2026-06-05 14:34:25 +08:00
parent 9e98f91dc8
commit be175591cc

View File

@@ -74,15 +74,15 @@
" "
> >
<AnswerComponent <AnswerComponent
v-if="isLongTextCard(item.componentName) && !(item.componentName === CompName.longTextCardRoute || item.componentName === CompName.longTextCardFullDoc)" v-if="isLongTextCard(item.componentName)"
:longTextData="item.longTextData" :longTextData="item.longTextData"
:finish="item.finish" :finish="item.finish"
/> />
<LongTextGuideCardPreview <!-- <LongTextGuideCardPreview
v-if="item.componentName && (item.componentName === CompName.longTextCardRoute || item.componentName === CompName.longTextCardFullDoc)" v-if="isLongTextCard(item.componentName) && (item.componentName !== CompName.longTextCard)"
:componentName="item.componentName" :componentName="item.componentName"
/> /> -->
<QuickBookingComponent <QuickBookingComponent
v-if=" v-if="