功能完善
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
<view class="coupon-item" v-if="couponList.length > 0" v-for="(item, index) in couponList" :key="index">
|
||||
<view class="con" @click="selectCoupon(item)">
|
||||
<view class="left">
|
||||
<text class="title">{{ item.name }}</text>
|
||||
<text class="title">{{ item.coupon.name }}</text>
|
||||
<text class="time">有效期至{{item.coupon.endTime | formatCreateTime}}</text>
|
||||
</view>
|
||||
<view class="right">
|
||||
@@ -270,7 +270,7 @@ import Api from '@/common/api';
|
||||
if (this.addressData) {
|
||||
this.addressId = this.addressData.id;
|
||||
}
|
||||
|
||||
console.log("优惠券",data.couponHistoryDetailList);
|
||||
this.couponList = data.couponHistoryDetailList;
|
||||
this.memberReceiveAddressList = data.memberReceiveAddressListaddress;
|
||||
|
||||
@@ -696,8 +696,6 @@ import Api from '@/common/api';
|
||||
|
||||
.mask-content {
|
||||
width: 100%;
|
||||
min-height: 30vh;
|
||||
max-height: 70vh;
|
||||
background: #f3f3f3;
|
||||
transform: translateY(100%);
|
||||
transition: 0.3s;
|
||||
|
||||
Reference in New Issue
Block a user