| | |
| | | <view class="container"> |
| | | <!-- 悬浮 --> |
| | | <buoyClient /> |
| | | <buoyClient class="buoyClient"/> |
| | | |
| | | <view class="home_top"> |
| | | <view class="search_wrap"> |
| | |
| | | <view>{{ item.publishDt || '' }}</view> |
| | | <view class="df_sb"> |
| | | <image class="liulan" src="../../static/icon/zixun_ic_liulan.png" mode="widthFix"></image> |
| | | <text>{{ item.viewCount }}</text> |
| | | <text>{{ format.formarCount(item.viewCount) }}</text> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view wx:if="{{ dataList.length == 0 }}" class="empty_wrap"> |
| | | <image class="default_empty" src="../../static/images/default_empty.png"></image> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <wxs module="format" src="../../utils/format.wxs"></wxs> |