mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-14 06:36:44 +08:00
【GFRS-3645】签名状态判断增加并修改签名字符串获取逻辑
This commit is contained in:
@@ -64,9 +64,15 @@
|
|||||||
if(res.result == 0){
|
if(res.result == 0){
|
||||||
this.pdfUrl = config.assetsUpUrl + res.content.rgssUrl
|
this.pdfUrl = config.assetsUpUrl + res.content.rgssUrl
|
||||||
let signInfo = JSON.parse(localStorage.getItem('signInfo'))
|
let signInfo = JSON.parse(localStorage.getItem('signInfo'))
|
||||||
|
let wxSigned = JSON.parse(sessionStorage.getItem('twowxSigned'))
|
||||||
|
let twoimgBase64Data = JSON.parse(sessionStorage.getItem('twowxSigned'))
|
||||||
if (signInfo && signInfo.status == '0') {
|
if (signInfo && signInfo.status == '0') {
|
||||||
this.base64 = sessionStorage.getItem('twoimgBase64Data')
|
if(wxSigned){
|
||||||
this.$set(this.signInfo, 'status', '2')
|
this.$set(this.signInfo, 'status', '2')
|
||||||
|
if(twoimgBase64Data){
|
||||||
|
this.base64 = twoimgBase64Data
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
this.$toast(res.resultMessage)
|
this.$toast(res.resultMessage)
|
||||||
|
|||||||
Reference in New Issue
Block a user