|
@@ -48,10 +48,10 @@
|
|
|
</view>
|
|
|
<view class="time">{{item.gmtCreated}}</view>
|
|
|
</view>
|
|
|
- <view class="follow {{videoInfoCopy.isFans?'isFans':''}}" bindtap="setFans">
|
|
|
- <image src="{{videoInfoCopy.isFans?'/static/follow_2.png':'/static/follow_3.png'}}" class="character"
|
|
|
+ <view class="follow {{item.isFans?'isFans':''}}" bindtap="setFans">
|
|
|
+ <image src="{{item.isFans?'/static/follow_2.png':'/static/follow_3.png'}}" class="character"
|
|
|
mode="" />
|
|
|
- <text class="text">{{videoInfoCopy.isFans?'已关注':'关注'}}</text>
|
|
|
+ <text class="text">{{item.isFans?'已关注':'关注'}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|