rabin 2 年之前
父節點
當前提交
fa6c950870
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      pages/dream/view.vue
  2. 1 0
      pages/index/index.vue

+ 1 - 1
pages/dream/view.vue

@@ -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>
 		</view>
 		

+ 1 - 0
pages/index/index.vue

@@ -66,6 +66,7 @@ export default {
 		deverShare,foot,copyText
 	},
 	onLoad() {
+		this.Dever.location('index/list', 'go');
 		this.getInfo();
 	},
 	onShow() {