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