| | |
| | | </view> |
| | | </view> |
| | | <view class="list"> |
| | | <view :class="[1,2].includes(status) ? 'item disable' : 'item'" v-for="(item, index) in list" :key="index"> |
| | | <view class="item-a"> |
| | | <text class="item-a-num" v-if="item.couponType === 0">{{item.price}}</text> |
| | | <text class="item-a-num1" v-else-if="item.couponType === 1">{{item.price}}</text> |
| | | <text>满{{item.limitPrice}}可用</text> |
| | | </view> |
| | | <view class="item-b"> |
| | | <view class="item-b-left"> |
| | | <text>{{item.name}}</text> |
| | | <text>{{item.endDate.substring(0, 10)}} 日到期</text> |
| | | <template v-if="list.length > 0"> |
| | | <view :class="[1,2].includes(status) ? 'item disable' : 'item'" v-for="(item, index) in list" :key="index"> |
| | | <view class="item-a"> |
| | | <text class="item-a-num" v-if="item.couponType === 0">{{item.price}}</text> |
| | | <text class="item-a-num1" v-else-if="item.couponType === 1">{{item.price}}</text> |
| | | <text>满{{item.limitPrice}}可用</text> |
| | | </view> |
| | | <image src="/static/images/ic_yishiyong@2x.png" mode="widthFix" v-if="status === 1"></image> |
| | | <image src="/static/images/ic_yiguoqi@2x.png" mode="widthFix" v-else-if="status === 2"></image> |
| | | <view class="item-b-btn" v-else @click="jumpDetails(item.id)">查看详情</view> |
| | | <view class="item-b"> |
| | | <view class="item-b-left"> |
| | | <text>{{item.name}}</text> |
| | | <text>{{item.endDate.substring(0, 10)}} 日到期</text> |
| | | </view> |
| | | <image src="/static/images/ic_yishiyong@2x.png" mode="widthFix" v-if="status === 1"></image> |
| | | <image src="/static/images/ic_yiguoqi@2x.png" mode="widthFix" v-else-if="status === 2"></image> |
| | | <view class="item-b-btn" v-else @click="jumpDetails(item.id)">查看详情</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </template> |
| | | <template v-else> |
| | | <view class="wushuju"> |
| | | <image src="/static/images/default_nodata_white.png" mode="widthFix"></image> |
| | | </view> |
| | | </template> |
| | | </view> |
| | | </view> |
| | | </template> |
| | |
| | | } |
| | | } |
| | | } |
| | | .wushuju { |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | margin-top: 200rpx; |
| | | image { |
| | | width: 320rpx; |
| | | height: 320rpx; |
| | | } |
| | | } |
| | | .item { |
| | | width: 100%; |
| | | height: 170rpx; |