|
@@ -3,7 +3,9 @@
|
|
|
<view class="followBox">
|
|
|
<view class="screening">
|
|
|
<view class="type {{currentType==1?'currentType':''}}" data-type="1" bindtap="setType">我的关注({{c1}})</view>
|
|
|
- <view class="type {{currentType==2?'currentType':''}}" data-type="2" bindtap="setType">我的粉丝({{c2}})</view>
|
|
|
+ <view class="type {{currentType==2?'currentType':''}}" data-type="2" bindtap="setType">我的粉丝({{c2}}) <view
|
|
|
+ class="noticeTips" wx:if="{{userInfo.newFansCount>0}}">{{userInfo.newFansCount}}</view>
|
|
|
+ </view>
|
|
|
<view class="searchFriend" bindtap="searchFriend">
|
|
|
<image src="/static/search.png" />
|
|
|
找朋友
|