[发布优惠券没有商品列表新增缺省图片]

This commit is contained in:
2021-10-18 14:24:44 +08:00
parent a5186e5d0b
commit 335a2a6515

View File

@@ -1,7 +1,7 @@
<template>
<view>
<!-- 商品列表 -->
<view class="lists">
<view class="lists" v-if="goods.length>0">
<view class="goods-item" v-for="(item, index) in goods" :key="index">
<checkbox class="checkbox" :checked="item.isSelect" @click="onSelect(index)"/>
<view class="mian">
@@ -16,6 +16,7 @@
</view>
<view class="ios-bottom"></view>
</view>
<no-list v-if="goods.length === 0" name='no-goods' txt="没有可勾选商品列表~" />
<!-- footer -->
<view class="footer">
<view class="footer-flex">