Browse Source

底部hideTabBar处理

tanxue 1 month ago
parent
commit
281d565d46
2 changed files with 4 additions and 0 deletions
  1. 1 0
      pages/chanpinMy/my.vue
  2. 3 0
      pages/game/index.vue

+ 1 - 0
pages/chanpinMy/my.vue

@@ -117,6 +117,7 @@
 	}
 	}
 
 
 	onLoad((options) => {
 	onLoad((options) => {
+		uni.hideTabBar()
 		getMyInfo();
 		getMyInfo();
 	})
 	})
 </script>
 </script>

+ 3 - 0
pages/game/index.vue

@@ -89,6 +89,9 @@
 			foodSelectRef.value.handleClose();
 			foodSelectRef.value.handleClose();
 		})
 		})
 	}
 	}
+	onLoad((options) => {
+		uni.hideTabBar()
+	})
 </script>
 </script>
 
 
 <style>
 <style>