Selaa lähdekoodia

上线测试更改BUG

wangwenju 2 viikkoa sitten
vanhempi
commit
754b727815
2 muutettua tiedostoa jossa 13 lisäystä ja 1 poistoa
  1. 9 0
      LiangZhiYUMao/pages.json
  2. 4 1
      LiangZhiYUMao/pages/index/index.vue

+ 9 - 0
LiangZhiYUMao/pages.json

@@ -50,6 +50,15 @@
 				"navigationBarTextStyle": "white"
 			}
 		},
+		
+		{
+			"path": "pages/recommend/user-dynamics",
+			"style": {
+				"navigationBarTitleText": "用户动态",
+				"navigationBarBackgroundColor": "#E91E63",
+				"navigationBarTextStyle": "white"
+			}
+		},
 		{
 			"path": "pages/mine/index",
 			"style": {

+ 4 - 1
LiangZhiYUMao/pages/index/index.vue

@@ -2,9 +2,10 @@
 	<view class="home-page">
 		<!-- 顶部状态栏 -->
 		<view class="top-bar">
-			<view class="logo">恋</view>
+			<view class="logo">青鸾之恋</view>
 			<view class="top-right-icons">
 				<!-- 红娘工作台切换按钮 - 根据数据库查询结果动态显示 -->
+				
 				<view v-if="showMatchmakerButton"
 					class="matchmaker-btn" @click="openMatchmakerPopup">
 <!--					<text class="switch-icon">🔄</text>-->
@@ -955,6 +956,7 @@ async loadFunctionGridData() {
 
 <style lang="scss" scoped>
 	.home-page {
+		margin-top: 50px;
 		min-height: 100vh;
 		background: #F5F5F5;
 		padding-bottom: 120rpx;
@@ -973,6 +975,7 @@ async loadFunctionGridData() {
 			font-size: 38rpx;
 			font-weight: 800;
 			color: #E91E63;
+			margin-left: 20px;
 		}
 
 		.top-right-icons {