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