|
@@ -141,6 +141,7 @@ export default {
|
|
},
|
|
},
|
|
// 页面初始化后触发
|
|
// 页面初始化后触发
|
|
async fetch() {
|
|
async fetch() {
|
|
|
|
+ !!window?.native?.goneBack && window.native.goneBack();
|
|
// 获取参数的token值
|
|
// 获取参数的token值
|
|
let token = this.$route.query.token;
|
|
let token = this.$route.query.token;
|
|
if(!token) {return this.$toast('用户信息获取失败')}
|
|
if(!token) {return this.$toast('用户信息获取失败')}
|