@@ -331,6 +331,8 @@
.image {
display: flex;
flex-wrap: wrap;
+ justify-content: center;
+ align-items: center;
width: 27vw;
height: 27vw;
border-radius: 5px;
@@ -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') {
@@ -177,6 +177,7 @@
justify-content: center;