From 88bb4e29687220de7e6eb468efe4f62fa1bc018e Mon Sep 17 00:00:00 2001
From: "li.yuetong"
Date: Thu, 1 Sep 2022 11:14:39 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=85=B3=E4=BA=8E=E9=99=84=E5=8A=A0?=
=?UTF-8?q?=E7=BB=BC=E5=90=88=E6=84=8F=E5=A4=96=E4=BC=A4=E5=AE=B3=E4=BF=9D?=
=?UTF-8?q?=E9=99=A9=EF=BC=88=E4=B9=90=E4=BA=AB=E7=89=88=EF=BC=89=E6=8A=95?=
=?UTF-8?q?=E4=BF=9D=E6=B5=81=E7=A8=8B=E5=A2=9E=E5=8A=A0=E3=80=8A=E4=B8=AA?=
=?UTF-8?q?=E4=BA=BA=E4=BF=A1=E6=81=AF=E4=BD=BF=E7=94=A8=E6=8E=88=E6=9D=83?=
=?UTF-8?q?=E3=80=8B=E9=98=85=E7=9F=A5=E5=8B=BE=E9=80=89=E7=9A=84=E7=94=B3?=
=?UTF-8?q?=E8=AF=B7=E3=80=91isPersonalInformation:''=20//=20-1=E4=B8=8D?=
=?UTF-8?q?=E5=AD=98=E5=9C=A8=20=E5=85=B6=E4=BB=96=E5=80=BC=E6=98=AF?=
=?UTF-8?q?=E4=B8=8B=E6=A0=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ebiz/sale/SignatureOfElectronic.vue | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/ebiz/sale/SignatureOfElectronic.vue b/src/views/ebiz/sale/SignatureOfElectronic.vue
index 141e22bec..0953ca623 100644
--- a/src/views/ebiz/sale/SignatureOfElectronic.vue
+++ b/src/views/ebiz/sale/SignatureOfElectronic.vue
@@ -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) {