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