|
@@ -9,10 +9,10 @@
|
|
|
<view class="content">
|
|
|
<view class="flex row-center white lg bold">
|
|
|
<u-icon name="checkmark-circle-fill" size="48"></u-icon>
|
|
|
- <view class="m-l-12" v-if="policyList.length > 0">匹配成功</view>
|
|
|
+ <view class="m-l-12" v-if="policyCengci.length > 0">匹配成功</view>
|
|
|
<view class="m-l-12" v-else>暂未匹配到政策</view>
|
|
|
</view>
|
|
|
- <block v-if="policyList.length > 0">
|
|
|
+ <block v-if="policyCengci.length > 0">
|
|
|
<view class="flex row-center m-t-14 white p-l-20 p-r-20" >根据您的条件AI智能计算可能符合以下政策,具体以实际申报为准</view>
|
|
|
</block>
|
|
|
|
|
@@ -24,6 +24,7 @@
|
|
|
<u-tabs :list="policyCengci" name="title" :is-scroll="true" :current="currentTab" :bold="false"
|
|
|
active-color="#DD4250" height="80" font-size="24" @change="changeTab" />
|
|
|
<!-- 标签 -->
|
|
|
+ <view>您可能符合的认定条款:{{policyCengci[currentTab].content}}</view>
|
|
|
<view class="flex flex-wrap">
|
|
|
<view class="tag-item" :class="{ 'tat-active': activeIndex == index }"
|
|
|
v-for="(item, index) in policyList" :key="index" @tap="changeTag(index)">{{ item.title }}
|