mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 02:06:43 +08:00
[FIX]【保全】搜索页-查询失败处理、续期账户变更确认页显示文字、退保确认页显示文字调整
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user