This commit is contained in:
DESKTOP-369JRHT\12997 2024-10-22 10:29:38 +08:00
parent cdb9262c12
commit b897fa3629

View File

@ -1933,8 +1933,11 @@ export default {
addFreeTicket() {
getCanUseCoupon().then(res => {
this.sendCouponList = res.data
this.setFreeIndex(res.data[0])
})
this.freeTicket = true
},
addMemberRecharge() {
this.memberRecharge = true
@ -2540,7 +2543,7 @@ input {
padding: 20px;
margin: 0 auto;
display: flex;
//align-content: flex-start;
align-content: flex-start;
flex-wrap: wrap;
overflow: auto;
height: 68vh;
@ -2548,6 +2551,7 @@ input {
}
.zo_box{
width: 33.3%;
margin-bottom: 1%;
}
.card92 {
width: 95%;