|
@@ -4,6 +4,10 @@
|
|
<view class="screening">
|
|
<view class="screening">
|
|
<view class="type {{currentType==1?'currentType':''}}" data-type="1" bindtap="setType">我的关注({{c1}})</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 class="type {{currentType==2?'currentType':''}}" data-type="2" bindtap="setType">我的粉丝({{c2}})</view>
|
|
|
|
+ <view class="searchFriend" bindtap="searchFriend">
|
|
|
|
+ <image src="/static/search.png" />
|
|
|
|
+ 找朋友
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="follow" wx:for="{{list}}" wx:key="index">
|
|
<view class="follow" wx:for="{{list}}" wx:key="index">
|
|
<view class="userInfo" bindtap="jumpUserInfo" data-uid='{{item.user.uid}}'>
|
|
<view class="userInfo" bindtap="jumpUserInfo" data-uid='{{item.user.uid}}'>
|