|
@@ -28,7 +28,7 @@
|
|
<text class="title">朋友 {{filters.numFilter(userInfo.friendCount)}}</text>
|
|
<text class="title">朋友 {{filters.numFilter(userInfo.friendCount)}}</text>
|
|
</view>
|
|
</view>
|
|
<view class="sBox" bindtap='jump' data-url="/pages/userWorks/index">
|
|
<view class="sBox" bindtap='jump' data-url="/pages/userWorks/index">
|
|
- <view class="noticeTips" wx:if="{{userInfo.user.unReadPostsCount>0}}">{{userInfo.user.unReadPostsCount}}</view>
|
|
|
|
|
|
+ <view class="noticeTips" wx:if="{{userInfo.unReadPostsCount>0}}">{{userInfo.unReadPostsCount}}</view>
|
|
<image class="img" src="/static/work.png" mode="" />
|
|
<image class="img" src="/static/work.png" mode="" />
|
|
<text class="title">作品 {{filters.numFilter(userInfo.readAmount)}}</text>
|
|
<text class="title">作品 {{filters.numFilter(userInfo.readAmount)}}</text>
|
|
</view>
|
|
</view>
|