['没有可选商品列表新增缺省提示']

This commit is contained in:
2021-09-30 10:27:01 +08:00
parent fb966d9222
commit f1d5ff3dba

View File

@@ -1,5 +1,6 @@
<template>
<view>
<block>
<!-- 商品列表 -->
<view class="lists">
<view class="goods-item" v-for="(item, index) in goods" :key="index">
@@ -30,6 +31,8 @@
</view>
<view class="ios-bottom"></view>
</view>
</block>
<no-list v-if="goods.length === 0" name='no-goods' txt="没有任何可选商品~" />
</view>
</template>