|
@ -137,7 +137,7 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
onShow() { |
|
|
onShow() { |
|
|
this.userInfo = JSON.parse(uni.getStorageSync('userInfo')) || this.$store.state.user.userInfo || {} |
|
|
this.userInfo = (uni.getStorageSync('userInfo') && JSON.parse(uni.getStorageSync('userInfo'))) || this.$store.state.user.userInfo || {} |
|
|
console.log(this.userInfo) |
|
|
console.log(this.userInfo) |
|
|
// this.dfkList = [] |
|
|
// this.dfkList = [] |
|
|
// this.nowDateTime = parseInt(new Date().getTime() / 1000) |
|
|
// this.nowDateTime = parseInt(new Date().getTime() / 1000) |
|
|