feat: 组件条件调整

This commit is contained in:
2026-06-04 17:09:49 +08:00
parent 941da784ea
commit 1be97986df

View File

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