|
@@ -2,10 +2,10 @@
|
|
|
|
|
|
<view class="followBox">
|
|
|
<view class="screening">
|
|
|
- <view class="type {{currentType==1?'currentType':''}}" data-type="1" bindtap="setType">我的关注</view>
|
|
|
- <view class="type {{currentType==2?'currentType':''}}" data-type="2" bindtap="setType">我的粉丝</view>
|
|
|
+ <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>
|
|
|
- <view class="follow" wx:for="{{list}}" wx:key="*this">
|
|
|
+ <view class="follow" wx:for="{{list}}" wx:key="index">
|
|
|
<view class="userInfo" bindtap="jumpUserInfo" data-uid='{{item.user.uid}}'>
|
|
|
<view class='avatar'>
|
|
|
<image class='avatar-image' src="{{ item.user.avatar }}" />
|