【国富惠桂保团体医疗保险产品上线金掌桂投保开发需求】投保人附件上传,左上角可以返回上一个页面

This commit is contained in:
li.yuetong
2022-06-22 16:37:58 +08:00
parent c1467337b7
commit 7a2dc4c123
3 changed files with 10 additions and 10 deletions

View File

@@ -246,13 +246,13 @@ export default {
// }
},
mounted() {
setTimeout(() => {
// eslint-disable-next-line no-undef
EWebBridge.webCallAppInJs('webview_left_button', {
img: this.$assetsUrl + 'images/del-close-btn@3x.png',
intercept: '1', //是否拦截原生返回事件 1是 其他否
})
}, 100)
// setTimeout(() => {
// // eslint-disable-next-line no-undef
// EWebBridge.webCallAppInJs('webview_left_button', {
// img: this.$assetsUrl + 'images/del-close-btn@3x.png',
// intercept: '1', //是否拦截原生返回事件 1是 其他否
// })
// }, 100)
// window.appCallBack = this.appCallBack
if (!this.$route.query.edit) {
//如果不是编辑/导航条跳转进来的

View File

@@ -220,7 +220,7 @@
</van-button
>
<van-goods-action-button type='danger' text='下一步' @click='nextStep' v-no-more-click='1000'
style='border-radius: 0em; width: 50%; height: 40px' />
style='border-radius: 0em; width: 50%; height: 40px;margin:0px' />
</van-goods-action>
<!-- <van-dialog v-model="showDialog" title="温馨提示" message="被保险人年龄与所投保的方案不一致,请核实。" show-cancel-button @confirm="nextStep" confirmButtonText="继续投保" cancelButtonText="核对信息"> -->
@@ -1542,7 +1542,7 @@ export default {
let resultData = await saveOrUpdateGroupCard(params)
if (resultData.result == 0) {
let url = `/cardList/GroupInsuredList?cardEdit=1&cardOrderNo=${this.cardOrderNo}`
let url = `/cardList/GroupInsuredList?cardOrderNo=${this.cardOrderNo}`
this.$jump({
flag: 'h5',
extra: {

View File

@@ -40,7 +40,7 @@
</van-button
>
<van-goods-action-button type='danger' text='下一步' @click='nextStep' v-no-more-click='1000'
style='border-radius: 0em; width: 50%; height: 40px' />
style='border-radius: 0em; width: 50%; height: 40px;margin:0px' />
</van-goods-action>
</div>
</template>