@@ -10,7 +10,7 @@
<span class="name">{{ groupDetail.username }}</span>
</div>
<div class="userTime">
- <span class="time">{{ groupDetail.createTime }}</span>
+ <span class="time">{{ groupDetail.updateTime }}</span>
<span class="tag" v-if="groupDetail.isTop">置顶</span>
@@ -473,7 +473,7 @@ export default ManageNotification;
.emptyImg {
width: 210px;
- height: 210px;
+ height: 131px;
}
p {
@@ -53,7 +53,7 @@
- <div class="list-item" v-if="groupList.length < total" @click="onMore">
+ <div class="list-item" v-if="groupList.length > 0 && groupList.length < total" @click="onMore">
查看更多
@@ -497,7 +497,7 @@ export default ManageNotification;
@@ -125,6 +125,6 @@ input {
@@ -362,6 +362,6 @@
@@ -358,6 +358,6 @@