@@ -92,16 +91,12 @@ export default {
allPrice:0
}
},
- computed: {
- moveOn() {
- return this.$CacheUtils.getLocItem('canMoveOn') === '1'
- }
- },
components: {
[Icon.name]: Icon,
[Toast.name]: Toast
},
mounted() {
+ window.appCallBack = this.appCallBack
if (this.$route.query.cardOrderNo) {
this.cardOrderNo = this.$route.query.cardOrderNo
}
@@ -186,6 +181,22 @@ export default {
// }
// })
// },
+ appCallBack(data) {
+ if (data.trigger == 'left_button_click') {
+ this.$jump({
+ flag: 'h5',
+ extra: {
+ title: '填写投保人信息',
+ forbidSwipeBack: 1, //当前页面禁止右滑返回
+ url: location.origin + `/#/cardList/GroupAppntInfo?cardOrderNo=`+this.cardOrderNo
+ },
+ routerInfo: {
+ path: `/cardList/GroupAppntInfo`,
+ type: '1'
+ }
+ })
+ }
+ },
//立即投保
nextStep() {
let chooseList = this.chooseList