实名认证加token参数
This commit is contained in:
@ -176,10 +176,13 @@
|
||||
phone: this.form.phone,
|
||||
name: this.form.name,
|
||||
idNo: this.form.identityCardNumber,
|
||||
token:this.getParam('token'),
|
||||
})
|
||||
let info = res?.data
|
||||
console.log('info', info)
|
||||
window.location.href=info?.shortLink+'?token='+this.getParam('token')
|
||||
// window.location.href=info?.shortLink+'?token='+this.getParam('token')
|
||||
window.location.href=info?.shortLink
|
||||
|
||||
// window.open(info?.shortLink)
|
||||
/* let env = version=='release' ? 'prod' : 'sml'
|
||||
wx.navigateToMiniProgram({
|
||||
|
||||
Reference in New Issue
Block a user