zs 2 年之前
父节点
当前提交
bf0f34d6da
共有 3 个文件被更改,包括 4 次插入1 次删除
  1. 2 0
      pagesHome/group/index.vue
  2. 1 1
      pagesHome/order/order.vue
  3. 1 0
      pagesMy/dough/index.vue

+ 2 - 0
pagesHome/group/index.vue

@@ -331,6 +331,8 @@
 				.image {
 					display: flex;
 					flex-wrap: wrap;
+					justify-content: center;
+					align-items: center;
 					width: 27vw;
 					height: 27vw;
 					border-radius: 5px;

+ 1 - 1
pagesHome/order/order.vue

@@ -249,7 +249,7 @@
 						total_detail: that.total_detail,
 						coupon: that.coupon,
 						type: that.type,
-						group_id: that.group_id
+						group: that.group_id
 					}
 					const arr = await that.$api(`/order`, 'POST', data)
 					if (arr.errcode == '0') {

+ 1 - 0
pagesMy/dough/index.vue

@@ -177,6 +177,7 @@
 					display: flex;
 					flex-wrap: wrap;
 					justify-content: center;
+					align-items: center;
 					width: 27vw;
 					height: 27vw;
 					border-radius: 5px;