mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 05:46:44 +08:00
Merge branch 'feature/【保全】' into dev
This commit is contained in:
@@ -87,7 +87,7 @@ export default {
|
||||
this.$toast(`暂无此客户`)
|
||||
}
|
||||
} else {
|
||||
this.$toast(res.content)
|
||||
this.$toast(res.content || '暂无此客户')
|
||||
}
|
||||
})
|
||||
this.isSearch = false
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user