|
|
@ -16,7 +16,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</u-navbar> --> |
|
|
|
<button @click="refereshFn">刷新token</button> |
|
|
|
<!-- <button @click="refereshFn">刷新token</button> --> |
|
|
|
<view class="TopCon" :style="{ backgroundImage: `url(${imgUrl})`, backgroundSize: backgroundSize }"> |
|
|
|
<view class="status_bar"></view> |
|
|
|
<!-- 地址、扫一扫 --> |
|
|
@ -277,7 +277,8 @@ |
|
|
|
}, |
|
|
|
async onLoad() { |
|
|
|
await this.$store.dispatch('getCity') |
|
|
|
// console.log('有 啦') |
|
|
|
console.log('有 啦') |
|
|
|
console.log(this.$store.state.user.vuex_cityInfo) |
|
|
|
// console.log(this.$store.state.user.vuex_cityInfo) |
|
|
|
}, |
|
|
|
|
|
|
|