mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 08:06:44 +08:00
【关于附加综合意外伤害保险(乐享版)投保流程增加《个人信息使用授权》阅知勾选的申请】isPersonalInformation:'' // -1不存在 其他值是下标
This commit is contained in:
@@ -171,7 +171,7 @@ export default {
|
||||
// chooseProductCodes: '',
|
||||
// pdf名字
|
||||
pdfName: '',
|
||||
isPersonalInformation:'' // -1不存在 0存在
|
||||
isPersonalInformation:'' // -1不存在 其他值是下标
|
||||
}
|
||||
},
|
||||
components: {
|
||||
@@ -439,7 +439,7 @@ export default {
|
||||
window.localStorage.setItem('jumpFromSign', '1')
|
||||
if (this.isWeixin) {
|
||||
localStorage.removeItem('signInfo')
|
||||
if(this.isPersonalInformation == '0'){
|
||||
if(this.isPersonalInformation != '-1'){
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
@@ -478,7 +478,7 @@ export default {
|
||||
})
|
||||
}
|
||||
} else {
|
||||
if(this.isPersonalInformation == '0'){
|
||||
if(this.isPersonalInformation != '-1'){
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
@@ -534,7 +534,7 @@ export default {
|
||||
window.localStorage.setItem('jumpFromSign', '1')
|
||||
if (this.isWeixin) {
|
||||
localStorage.removeItem('signInfo')
|
||||
if(this.isPersonalInformation == '0'){
|
||||
if(this.isPersonalInformation != '-1'){
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
@@ -573,7 +573,7 @@ export default {
|
||||
})
|
||||
}
|
||||
} else {
|
||||
if(this.isPersonalInformation == '0'){
|
||||
if(this.isPersonalInformation != '-1'){
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
@@ -926,7 +926,7 @@ export default {
|
||||
res.orderDTO.ebizSignDTOS.map(item => {
|
||||
array.push(item.documentCode)
|
||||
})
|
||||
this.isPersonalInformation = array.findIndex(item => item=== '12') //-1不存在 0存在
|
||||
this.isPersonalInformation = array.findIndex(item => item === '12')
|
||||
}
|
||||
})
|
||||
if (!this.isWeixin) {
|
||||
|
||||
Reference in New Issue
Block a user