Forráskód Böngészése

上线测试更改BUG

wangwenju 1 hete
szülő
commit
98f843a59a

+ 11 - 2
LiangZhiYUMao/pages/index/index.vue

@@ -164,11 +164,13 @@
 		<!-- 底部导航栏 -->
 		<view class="tabbar">
 			<view class="tabbar-item active" @click="switchTab('index')">
-				<text class="tabbar-icon">🏠</text>
+				
+					<image src="https://api.zhongruanke.cn/minio/static-images/首页 (1).png" class="first-icon"/>
+				
 				<text class="tabbar-text">首页</text>
 			</view>
 			<view class="tabbar-item" @click="switchTab('plaza')">
-				<text class="tabbar-icon">💕</text>
+				<image src="https://api.zhongruanke.cn/minio/static-images/动态(1).png" class="first-icon"/>
 				<text class="tabbar-text">动态</text>
 			</view>
 			<view class="tabbar-item" @click="switchTab('recommend')">
@@ -1691,6 +1693,12 @@ async loadFunctionGridData() {
 						font-size: 44rpx;
 						margin-bottom: 5rpx;
 					}
+					.first-icon{
+						width: 25px;
+						height: 25px;
+						margin-bottom: 5px;
+						margin-top: 5px;
+					}
 		
 					.tabbar-text {
 						font-size: 22rpx;
@@ -1702,6 +1710,7 @@ async loadFunctionGridData() {
 							color: #E91E63;
 							font-weight: bold;
 						}
+						
 					}
 				}
 			}

+ 0 - 6
LiangZhiYUMao/pages/mine/index.vue

@@ -2186,12 +2186,6 @@ export default {
         font-weight: bold;
       }
 	  
-	  .first-icon{
-	  	width: 30px;
-	  	height: 30px;
-	  	margin-bottom: 5px;
-	  	margin-top: 5px;
-	  }
     }
 
     &:active:not(.active) {