qukaidi 4 anni fa
parent
commit
5eb4d39c45
2 ha cambiato i file con 4 aggiunte e 7 eliminazioni
  1. 1 1
      manifest.json
  2. 3 6
      pages/msg/index.vue

+ 1 - 1
manifest.json

@@ -2,7 +2,7 @@
     "name" : "耀灵掌上通",
     "appid" : "__UNI__0C3473D",
     "description" : "测试",
-    "versionName" : "0.0.4",
+    "versionName" : "0.0.5",
     "versionCode" : "100",
     "transformPx" : false,
     "app-plus" : {

+ 3 - 6
pages/msg/index.vue

@@ -13,7 +13,6 @@
 						<view class="title-wrap-two u-flex" style="flex-direction: column;align-items: flex-end;">
 							<view>
 								{{ item.gatTime | formatDate }}
-								<!-- 12.25 -->
 							</view>
 							<view style="margin:auto 0;">
 								<view v-if="!item.unread"> </view>
@@ -30,8 +29,9 @@
 				</navigator>
 			</u-swipe-action>
 		</view>
-<!-- 		<u-empty style="margin-top: 100rpx;" v-else text="暂无数据" mode="list"></u-empty> -->
-		<!-- <u-tabbar v-model="current" :list="list"></u-tabbar> -->
+		<view v-else class="u-flex u-row-center" style="height: 100vh;">
+			<u-empty  text="暂无新消息" mode="message"></u-empty>
+		</view>
 	</view>
 </template>
 
@@ -163,9 +163,6 @@
 		font-size: 24rpx;
 		color: #999999;
 	}
-
-
-
 	.title-wrap-two>view:nth-child(1) {
 		font-size: 24rpx;
 		color: #999999;