|
@@ -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;
|