zs il y a 2 ans
Parent
commit
3960f9320e
2 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. 3 1
      pagesHome/group/group.vue
  2. 1 1
      pagesHome/group/index.vue

+ 3 - 1
pagesHome/group/group.vue

@@ -152,7 +152,7 @@
 				let info = {
 					skip: that.skip,
 					limit: that.limit,
-					status:'0'
+					status: '0'
 				}
 				let res = await that.$api(`/group`, 'GET', {
 					...info,
@@ -371,6 +371,7 @@
 				.btn {
 					text-align: right;
 					margin: 1vw 0 0 0;
+
 					button {
 						margin: 0 1vw 0 0;
 					}
@@ -403,6 +404,7 @@
 
 		.btn {
 			text-align: center;
+
 			button {
 				margin: 0 2vw 2vw 2vw;
 				background-color: #23B67A;

+ 1 - 1
pagesHome/group/index.vue

@@ -96,7 +96,7 @@
 					title: '提示',
 					content: '确定是否开团吗?',
 					success: async function(res) {
-						that.$set(that.form, `leader`, that.user.id || '');	
+						that.$set(that.form, `leader`, that.user.id || '');
 						that.$set(that.form, `status`, '0');
 						that.$refs[ref].validate().then(async params => {
 							// 创建团数据