| | |
| | | <image wx:else class="icon" src="../../static/icon/detail_nav_collected.png" mode="widthFix"></image> |
| | | <text class="num {{item.isCollection ? 'primary' : ''}}">{{ item.collectCount || 0 }}</text> |
| | | <image class="icon" src="../../static/icon/zixun_ic_liulan.png" mode="widthFix"></image> |
| | | <text>{{ item.viewCount || 0 }}</text> |
| | | <text>{{ math.formarCount(item.viewCount) }}</text> |
| | | </view> |
| | | </view> |
| | | <view wx:if="{{ datalist.length == 0 }}" class="empty_wrap"> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | |
| | | |
| | | |
| | | </view> |
| | | </view> |
| | | <wxs module="math" src="../../utils/math.wxs"></wxs> |