|
@@ -21,7 +21,7 @@
|
|
<u-tabs :list="policyList" name="level" :is-scroll="true" :current="currentTab"
|
|
<u-tabs :list="policyList" name="level" :is-scroll="true" :current="currentTab"
|
|
:bold="true" active-color="#DD4250" height="80" bar-width="80" font-size="32"
|
|
:bold="true" active-color="#DD4250" height="80" bar-width="80" font-size="32"
|
|
@change="changeTab" />
|
|
@change="changeTab" />
|
|
- <view class="p-15 m-t-20" style="border: 1px solid #DD4250;box-shadow: 0px 3px 6px 1px rgba(243,113,113,0.39);border-radius: 9px;">
|
|
|
|
|
|
+ <view class="p-15 m-t-20" style="border: 1px solid #DD4250;box-shadow: 0px 3px 6px 1px rgba(243,113,113,0.39);border-radius: 9px;" v-if="policyList[currentTab].zc_title == 1">
|
|
<view class="bold">您可能符合的认定条款:</view>
|
|
<view class="bold">您可能符合的认定条款:</view>
|
|
<view class="m-t-10 primary bold">
|
|
<view class="m-t-10 primary bold">
|
|
<rich-text :nodes="policyList[currentTab].title"></rich-text>
|
|
<rich-text :nodes="policyList[currentTab].title"></rich-text>
|