mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 05:16:44 +08:00
Merge branch 'feature/GFRS-693【待确定】自助入司流程优化(app端)' into dev
This commit is contained in:
@@ -104,8 +104,8 @@ export default {
|
||||
async created() {
|
||||
this.code = this.$route.query.code
|
||||
if (this.isWeixin) {
|
||||
let imgBase64Data = sessionStorage.getItem('twoimgBase64Data')
|
||||
let wxSigned = sessionStorage.getItem('twowxSigned')
|
||||
let imgBase64Data = sessionStorage.getItem('oneimgBase64Data')
|
||||
let wxSigned = sessionStorage.getItem('onewxSigned')
|
||||
let signInfo = JSON.parse(localStorage.getItem('signInfo'))
|
||||
console.log('`````````````````````````````````')
|
||||
console.log('imgBase64Data: twoimgBase64Data:' + imgBase64Data)
|
||||
@@ -267,7 +267,7 @@ export default {
|
||||
message: '加载中……'
|
||||
})
|
||||
if (this.isWeixin) {
|
||||
this.toAirSign('0', '担保人签名', '3', '1')
|
||||
this.toAirSign('0', '担保人签名', '5', '1')
|
||||
} else {
|
||||
EWebBridge.webCallAppInJs('ca_sign', {
|
||||
//身份证号码
|
||||
|
||||
Reference in New Issue
Block a user