[FIX]【保全】搜索页-查询失败处理、续期账户变更确认页显示文字、退保确认页显示文字调整

This commit is contained in:
yuweiqi
2020-06-10 14:19:56 +08:00
parent 738bf25e61
commit cfc0b97429
3 changed files with 4 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ export default {
this.$toast(`暂无此客户`) this.$toast(`暂无此客户`)
} }
} else { } else {
this.$toast(res.content) this.$toast(res.content || '暂无此客户')
} }
}) })
this.isSearch = false this.isSearch = false

View File

@@ -40,8 +40,8 @@
<van-cell title="退保原因"> <van-cell title="退保原因">
<div :class="{ red: changeInfo.reason }" slot="default">{{ ebizSurrender.reason }}</div> <div :class="{ red: changeInfo.reason }" slot="default">{{ ebizSurrender.reason }}</div>
</van-cell> </van-cell>
<van-cell title="其他退保原因"> <van-cell title="其他退保原因" v-if="ebizSurrender.reason == '其他'">
<div :class="[{ red: changeInfo.remark }, 'van-hairline--surround']" slot="default">{{ ebizSurrender.remark }}</div> <div :class="[{ red: changeInfo.remark }]" slot="default">{{ ebizSurrender.remark }}</div>
</van-cell> </van-cell>
</van-cell-group> </van-cell-group>

View File

@@ -9,7 +9,7 @@
</p> </p>
<p class="mt10"> <p class="mt10">
<span>您的</span> <span>您的</span>
<span class="red">续期账号变更</span>已由代理人代办请确认信息并进行提交: <span class="red">续期账号变更</span>已由代理人代办标红字体为修改/添加内容请确认信息并进行提交:
</p> </p>
</div> </div>
<van-cell-group class="mt10 cont-info-container"> <van-cell-group class="mt10 cont-info-container">