更新
This commit is contained in:
parent
173a8edd07
commit
1766061f1f
@ -295,7 +295,7 @@ export default {
|
|||||||
},
|
},
|
||||||
async onLoad () {
|
async onLoad () {
|
||||||
await this.$onLaunched;
|
await this.$onLaunched;
|
||||||
this.is_captain = JSON.parse(uni.getStorageSync("USER_INFO"))?.is_captain
|
this.is_captain = JSON.parse(uni.getStorageSync("USER_INFO")||'{}')?.is_captain
|
||||||
this.options.data = bj;
|
this.options.data = bj;
|
||||||
//#ifdef APP-PLUS
|
//#ifdef APP-PLUS
|
||||||
let that = this;
|
let that = this;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user