|
@@ -24,7 +24,10 @@
|
|
<u-tabs :list="policyCengci" name="title" :is-scroll="true" :current="currentTab" :bold="false"
|
|
<u-tabs :list="policyCengci" name="title" :is-scroll="true" :current="currentTab" :bold="false"
|
|
active-color="#DD4250" height="80" font-size="24" @change="changeTab" />
|
|
active-color="#DD4250" height="80" font-size="24" @change="changeTab" />
|
|
<!-- 标签 -->
|
|
<!-- 标签 -->
|
|
- <view>您可能符合的认定条款:{{policyCengci[currentTab].content}}</view>
|
|
|
|
|
|
+ <view class="flex">
|
|
|
|
+ <view>您可能符合的认定条款:</view>
|
|
|
|
+ <rich-text :nodes="policyCengci[currentTab].content"></rich-text>
|
|
|
|
+ </view>
|
|
<view class="flex flex-wrap">
|
|
<view class="flex flex-wrap">
|
|
<view class="tag-item" :class="{ 'tat-active': activeIndex == index }"
|
|
<view class="tag-item" :class="{ 'tat-active': activeIndex == index }"
|
|
v-for="(item, index) in policyList" :key="index" @tap="changeTag(index)">{{ item.title }}
|
|
v-for="(item, index) in policyList" :key="index" @tap="changeTag(index)">{{ item.title }}
|