Browse Source

【物业服务话题列表缺省文字修改】 -刘绍文 -2020.5.19

feature/v2.0
liushaowen 5 years ago
parent
commit
b06dbf9cf6
  1. 3
      epdc-resident-mp-yushan/subpages/property/pages/myTopic/myTopic.wxml
  2. 3
      epdc-resident-mp-yushan/subpages/property/pages/topicList/topicList.wxml

3
epdc-resident-mp-yushan/subpages/property/pages/myTopic/myTopic.wxml

@ -13,6 +13,7 @@
</block>
<view class="topic-nodata" wx:if="{{topicList.length === 0 && !preloadVisible}}">
<image class="no-data" src="../../images/topic_nodata.png" />
<view class="tip">您还未发布话题,快到您的群里发布吧</view>
<view class="tip">您还未发布话题</view>
<view class="tip">快到物业群里发布吧~</view>
</view>
<load-more loadMoreVisible="{{nomoreVisible}}" loadMoreType="{{nomoreStatus}}"></load-more>

3
epdc-resident-mp-yushan/subpages/property/pages/topicList/topicList.wxml

@ -32,8 +32,7 @@
</block>
<view class="no-data" wx:if="{{topicList.length == 0 && !noDataVisible}}">
<image class="no-data-image" src="../../images/topic_nodata.png" />
<view class="tip">您还未发布话题</view>
<view class="tip">快到物业群里发布吧~</view>
<view class="tip">暂无话题,快去发布话题吧~</view>
</view>
</view>
<load-more slot="content" loadMoreVisible="{{loadMoreVisible}}" loadMoreType="{{loadMoreType}}"></load-more>

Loading…
Cancel
Save