|
@@ -31,7 +31,7 @@
|
|
|
<text class="title">作品 {{filters.numFilter(userInfo.readAmount)}}</text>
|
|
|
</view>
|
|
|
<view class="sBox" bindtap='jump' data-url="/pages/notice/index">
|
|
|
- <view class="noticeTips">31</view>
|
|
|
+ <view class="noticeTips" wx:if="{{userInfo.user.messageCount>0}}">{{userInfo.user.messageCount}}</view>
|
|
|
<image class="img" src="/static/message.png" mode="" />
|
|
|
<text class="title">消息通知</text>
|
|
|
</view>
|