zs 2 年之前
父节点
当前提交
de62ea39e0
共有 1 个文件被更改,包括 2 次插入7 次删除
  1. 2 7
      pagesHome/group/group.vue

+ 2 - 7
pagesHome/group/group.vue

@@ -154,7 +154,7 @@
 					limit: that.limit,
 					status:'0'
 				}
-				let res = await that.$api(`/group/userView`, 'GET', {
+				let res = await that.$api(`/group`, 'GET', {
 					...info,
 					...that.searchInfo
 				}, 'group');
@@ -347,13 +347,8 @@
 									margin: 0 0 1vw 0;
 								}
 
-								.specs {
-									font-size: 14px;
-									color: #858585;
-								}
-
 								.time {
-									font-size: 13px;
+									font-size: 14px;
 									color: #858585;
 								}
 							}