同步
This commit is contained in:
@@ -216,10 +216,11 @@
|
||||
city_id: this.citys[this.citysVal].id,
|
||||
front_card: this.frontCard.path,
|
||||
back_card : this.backCard.path,
|
||||
redirect_url: 'http://web.douhuofalv.com/app/e-sign?sign_type=personal',
|
||||
redirect_url: getApp().globalData.certificationUrl,
|
||||
app_scheme: 'doufire://',
|
||||
channel: 'app'
|
||||
}).then(res => {
|
||||
uni.hideLoading()
|
||||
let certificationData = res;
|
||||
this.idCard = true
|
||||
this.isPathChange = false
|
||||
@@ -262,7 +263,7 @@
|
||||
mask : true
|
||||
})
|
||||
eSigns({
|
||||
redirect_url: 'http://web.douhuofalv.com/app/e-sign?sign_type=personal',
|
||||
redirect_url: getApp().globalData.certificationUrl,
|
||||
app_scheme: 'doufire://'
|
||||
}).then(res => {
|
||||
this.isRefresh = true
|
||||
|
||||
Reference in New Issue
Block a user