Browse Source

显示暂无数据图片

master
邓宏 2 years ago
parent
commit
1dd3b63912
  1. 2
      pages/home/index.vue

2
pages/home/index.vue

@ -285,6 +285,7 @@
<view class="item" v-for="(v,k) in massif.plotList||[]" :key="k">
<text class="over">{{v.plotName}}</text> <text>{{v.realityArea}}</text>
</view>
<u-empty v-if="(massif.plotList||[]).length<=0" style="min-height:auto;" text=" " width="70%" icon="/static/noData.png"/>
</view>
<view class="card mana">
<view class="title">
@ -299,6 +300,7 @@
<view class="item">
<text class="over">东方红一号仓库</text> <text>23</text>
</view>
<u-empty v-if="false" style="min-height:auto;" text=" " width="70%" icon="/static/noData.png"/>
</view>
</view>
<view style="display:flex;">

Loading…
Cancel
Save