Przeglądaj źródła

修改页面页脚

wangwenju 1 miesiąc temu
rodzic
commit
e7f4206627

+ 1 - 1
LiangZhiYUMao/manifest.json

@@ -46,7 +46,7 @@
     },
     "quickapp" : {},
     "mp-weixin" : {
-        "appid" : "",
+        "appid" : "wx3e90d662a801266e",
         "setting" : {
             "urlCheck" : false,
             "postcss" : true,

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

@@ -197,7 +197,7 @@
 			</view>
 			<view class="tabbar-item" @click="switchTab('plaza')">
 				<text class="tabbar-icon">💕</text>
-				<text class="tabbar-text">广场</text>
+				<text class="tabbar-text">动态</text>
 			</view>
 			<view class="tabbar-item" @click="switchTab('recommend')">
 				<text class="tabbar-icon">👍</text>

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

@@ -160,7 +160,7 @@
       </view>
       <view class="tabbar-item" @click="switchTab('plaza')">
         <text class="tabbar-icon">💕</text>
-        <text class="tabbar-text">广场</text>
+        <text class="tabbar-text">动态</text>
       </view>
       <view class="tabbar-item" @click="switchTab('recommend')">
         <text class="tabbar-icon">👍</text>

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

@@ -229,7 +229,7 @@
 			</view>
 			<view class="tabbar-item" @click="switchTab('plaza')">
 				<text class="tabbar-icon">💕</text>
-				<text class="tabbar-text">广场</text>
+				<text class="tabbar-text">动态</text>
 			</view>
 			<view class="tabbar-item active" @click="switchTab('recommend')">
 				<text class="tabbar-icon">👍</text>