|
|
@ -18,7 +18,7 @@ export default { |
|
|
onLoad(option) { |
|
|
onLoad(option) { |
|
|
if (option) { |
|
|
if (option) { |
|
|
this.url = decodeURIComponent(option.url) |
|
|
this.url = decodeURIComponent(option.url) |
|
|
this.params = JSON.parse(option.params) |
|
|
|
|
|
|
|
|
this.params = option.params ? JSON.parse(option.params) : '' |
|
|
console.log('params', option.params) |
|
|
console.log('params', option.params) |
|
|
} else { |
|
|
} else { |
|
|
uni.showToast({ |
|
|
uni.showToast({ |
|
|
@ -57,7 +57,7 @@ export default { |
|
|
} |
|
|
} |
|
|
// 实名认证成功 |
|
|
// 实名认证成功 |
|
|
if (data.type == 'certificatedSuccess') { |
|
|
if (data.type == 'certificatedSuccess') { |
|
|
back() |
|
|
|
|
|
|
|
|
go2('mine') |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
destroySocket() { |
|
|
destroySocket() { |
|
|
|