|
@@ -18,7 +18,27 @@
|
|
|
<view wx:if='{{loading}}' class="loading">下拉刷新</view>
|
|
|
<view class="item1" wx:for='{{followList}}'>
|
|
|
<navigator hover-class="none" url="../today/today?id={{item.match_id}}&record_id={{item.id}}&player_id={{item.player_id}}">
|
|
|
- <view class="name">{{item.username}} <text wx:if='{{item.badge}}'>{{item.badge}}</text>
|
|
|
+ <view class="relist">
|
|
|
+ <image src="{{item.avatar}}" ></image>
|
|
|
+ <view class="msg">
|
|
|
+ <text class="name">{{item.username}}</text>
|
|
|
+ <view>资产:{{item.today_fund}}w(总收益 <label class="{{item.total_income[0]=='-' ?'down':'up'}}">{{item.total_income}}</label> | 今日收益 <label class="{{item.today_income[0]=='-' ?'down':'up'}}">{{item.today_income}}</label>)</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="content">{{item.experience}}</view>
|
|
|
+ <view class="imgs">
|
|
|
+ <image wx:for='{{item.today_stock_img}}' wx:for-item='i' bindtap="preview" data-src='{{i}}' data-urls='{{item.today_stock_img}}'
|
|
|
+ class="img" src="{{i}}"></image>
|
|
|
+ </view>
|
|
|
+ <view class="recomment">
|
|
|
+ <image mode="widthFix" src="../../images/msg.png"></image>
|
|
|
+ <text>{{item.comment_count}}</text>
|
|
|
+ <image mode="widthFix" src="../../images/zan.png"></image>
|
|
|
+ <text>{{item.zan_count}}</text>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+ <!-- <view class="name">{{item.username}} <text wx:if='{{item.badge}}'>{{item.badge}}</text>
|
|
|
<view>TOP <text>{{item.group_rank}}</text></view></view>
|
|
|
<view class="info">
|
|
|
日期: <view>{{item.stock_date}}(今日收益
|
|
@@ -37,12 +57,9 @@
|
|
|
<block wx:for="{{item.today_stock}}" wx:for-item='i'> {{i.name}}({{i.fund}}w) </block>
|
|
|
</view>
|
|
|
<view wx:else>空仓</view>
|
|
|
- </view>
|
|
|
+ </view>-->
|
|
|
</navigator>
|
|
|
- <view class="imgs">
|
|
|
- <image wx:for='{{item.today_stock_img}}' wx:for-item='i' bindtap="preview" data-src='{{i}}' data-urls='{{item.today_stock_img}}'
|
|
|
- class="img" src="{{i}}"></image>
|
|
|
- </view>
|
|
|
+
|
|
|
</view>
|
|
|
<block wx:if='{{total >= 20}}'>
|
|
|
<view class='loading' wx:if='{{followList.length < total}}'>上拉加载更多...</view>
|