Merge branch 'feature/【保全】' into dev

This commit is contained in:
yuweiqi
2020-06-10 14:20:26 +08:00
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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