@@ -54,7 +54,7 @@
</view>
</dever-drawer-window>
- <y-Fab v-if="!drawer.show && fetch.user.avatar && show" :bottom="20" :right="20" :btnList="drawer.button" :bgmPlay="bgm.playing" @click="clickDrawerButton" :text="page_text" :icon_o="fetch.user.avatar"></y-Fab>
+ <y-Fab v-if="!drawer.show && show" :bottom="20" :right="20" :btnList="drawer.button" :bgmPlay="bgm.playing" @click="clickDrawerButton" :text="page_text" :icon_o="fetch.user.avatar"></y-Fab>
<y-Fab v-if="!show" :bottom="20" :right="20" @click="goHome" :text="`更多`"></y-Fab>
@@ -66,6 +66,7 @@ export default {
deverShare,foot,copyText
},
onLoad() {
+ this.Dever.location('index/list', 'go');
this.getInfo();
onShow() {