mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 22:32:54 +08:00
【国富惠桂保团体医疗保险产品上线金掌桂投保开发需求】投保人附件上传,左上角可以返回上一个页面
This commit is contained in:
@@ -246,13 +246,13 @@ export default {
|
|||||||
// }
|
// }
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
setTimeout(() => {
|
// setTimeout(() => {
|
||||||
// eslint-disable-next-line no-undef
|
// // eslint-disable-next-line no-undef
|
||||||
EWebBridge.webCallAppInJs('webview_left_button', {
|
// EWebBridge.webCallAppInJs('webview_left_button', {
|
||||||
img: this.$assetsUrl + 'images/del-close-btn@3x.png',
|
// img: this.$assetsUrl + 'images/del-close-btn@3x.png',
|
||||||
intercept: '1', //是否拦截原生返回事件 1是 其他否
|
// intercept: '1', //是否拦截原生返回事件 1是 其他否
|
||||||
})
|
// })
|
||||||
}, 100)
|
// }, 100)
|
||||||
// window.appCallBack = this.appCallBack
|
// window.appCallBack = this.appCallBack
|
||||||
if (!this.$route.query.edit) {
|
if (!this.$route.query.edit) {
|
||||||
//如果不是编辑/导航条跳转进来的
|
//如果不是编辑/导航条跳转进来的
|
||||||
|
|||||||
@@ -220,7 +220,7 @@
|
|||||||
</van-button
|
</van-button
|
||||||
>
|
>
|
||||||
<van-goods-action-button type='danger' text='下一步' @click='nextStep' v-no-more-click='1000'
|
<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-goods-action>
|
||||||
<!-- <van-dialog v-model="showDialog" title="温馨提示" message="被保险人年龄与所投保的方案不一致,请核实。" show-cancel-button @confirm="nextStep" confirmButtonText="继续投保" cancelButtonText="核对信息"> -->
|
<!-- <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)
|
let resultData = await saveOrUpdateGroupCard(params)
|
||||||
if (resultData.result == 0) {
|
if (resultData.result == 0) {
|
||||||
let url = `/cardList/GroupInsuredList?cardEdit=1&cardOrderNo=${this.cardOrderNo}`
|
let url = `/cardList/GroupInsuredList?cardOrderNo=${this.cardOrderNo}`
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
extra: {
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
</van-button
|
</van-button
|
||||||
>
|
>
|
||||||
<van-goods-action-button type='danger' text='下一步' @click='nextStep' v-no-more-click='1000'
|
<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-goods-action>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user