zhaoxiaohai 3 years ago
parent
commit
be4d78e9f5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pages/annunciate/index.wxml

+ 1 - 0
pages/annunciate/index.wxml

@@ -4,5 +4,6 @@
     <navigator class="list-box" url="#" wx:for="{{list}}" data-item="{{item}}" bindtap="toDetails">
         <Item item="{{item}}" />
     </navigator>
+    <My_empty wx:if="{{!list.length}}" />
     <view style="height: 40px;" />
 </My_listBox>