['没有可选商品列表新增缺省提示']
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user