【国富惠桂保团体医疗保险产品上线金掌桂投保开发需求】微信端短信验证页面,判断跳转到团险核对投被保险人信息

This commit is contained in:
li.yuetong
2022-06-30 17:26:54 +08:00
parent 0a491503d4
commit e471070c52

View File

@@ -66,17 +66,17 @@ export default {
if (res.result == 0) { if (res.result == 0) {
let url let url
if(this.$route.query.isGroupCard == '1'){ if(this.$route.query.isGroupCard == '1'){
url = `/#/cardList/GroupCheckInfo?cardOrderNo=`+ this.$route.query.orderNo url = `/cardList/GroupCheckInfo?cardOrderNo=`+ this.$route.query.orderNo
}else{ }else{
url = `/#/cardList/cardDetail` url = `/cardList/cardDetail`
} }
this.$jump({ this.$jump({
flag: 'h5', flag: 'h5',
extra: { extra: {
url: location.origin + url, url: location.origin + `/#` + url,
}, },
routerInfo: { routerInfo: {
path: `/cardList/cardDetail`, path: url,
}, },
}) })
} else { } else {