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