|
@@ -414,6 +414,8 @@
|
|
if(Number(imgObj.width) < Number(imgObj.height)){
|
|
if(Number(imgObj.width) < Number(imgObj.height)){
|
|
let i = document.getElementsByClassName("avatar");
|
|
let i = document.getElementsByClassName("avatar");
|
|
i[index].style.width='auto'
|
|
i[index].style.width='auto'
|
|
|
|
+ let j = document.getElementsByClassName("avatar-uploader" + (index+1))
|
|
|
|
+ j[0].style.background = "#e7e3e3"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -438,7 +440,7 @@
|
|
this.$set( this.customerList,'compAddress',response.recPersonAddr)
|
|
this.$set( this.customerList,'compAddress',response.recPersonAddr)
|
|
}
|
|
}
|
|
})
|
|
})
|
|
- this.obtainWH(e,1)
|
|
|
|
|
|
+ this.obtainWH(e,0)
|
|
},
|
|
},
|
|
|
|
|
|
upLoadSuccess2(e) {
|
|
upLoadSuccess2(e) {
|
|
@@ -464,7 +466,7 @@
|
|
// this.$set( this.customerList,'compAddress',response.recPersonAddr)
|
|
// this.$set( this.customerList,'compAddress',response.recPersonAddr)
|
|
// }
|
|
// }
|
|
// })
|
|
// })
|
|
- this.obtainWH(e,0)
|
|
|
|
|
|
+ this.obtainWH(e,1)
|
|
},
|
|
},
|
|
bankSuccess1(e) {
|
|
bankSuccess1(e) {
|
|
this.bankUps = 'bankUp'
|
|
this.bankUps = 'bankUp'
|