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