wechat_jiaxuan/pages/homeId/index.wxml
@@ -17,9 +17,13 @@ <view>{{ item.publishDt }}</view> <view class="df_sb"> <image class="liulan" src="../../static/icon/zixun_ic_liulan.png" mode="widthFix"></image> <text>{{ item.viewCount || 0 }}</text> <text>{{ math.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="math" src="../../utils/math.wxs"></wxs>