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
v-if="isLongTextCard(item.componentName) && !(item.componentName === CompName.longTextCardRoute || item.componentName === CompName.longTextCardFullDoc)"
v-if="isLongTextCard(item.componentName)"
:longTextData="item.longTextData"
:finish="item.finish"
/>
<LongTextGuideCardPreview
v-if="item.componentName && (item.componentName === CompName.longTextCardRoute || item.componentName === CompName.longTextCardFullDoc)"
<!-- <LongTextGuideCardPreview
v-if="isLongTextCard(item.componentName) && (item.componentName !== CompName.longTextCard)"
:componentName="item.componentName"
/>
/> -->
<QuickBookingComponent
v-if="