|
|
@@ -3,93 +3,22 @@
|
|
|
<text>排名</text><text>选手</text><text>初始资产</text>
|
|
|
<text>今日资产</text><text>总盈亏</text>
|
|
|
</view>
|
|
|
-<view class="list">
|
|
|
+<view class="list" wx:for="{{datas.groups}}">
|
|
|
<view class="title">
|
|
|
- 千万组
|
|
|
- <navigator url="../list/list">
|
|
|
+ {{item.name}}
|
|
|
+ <navigator url="../list/list?id={{item.id}}">
|
|
|
查看更多 <image mode="widthFix" src="../images/right_icon.png"></image>
|
|
|
</navigator>
|
|
|
</view>
|
|
|
- <view class="item">
|
|
|
- <image mode="widthFix" src="../images/1.png"></image>
|
|
|
- <text class="name">北京炒家</text>
|
|
|
- <text>1232w</text>
|
|
|
- <text>899w</text>
|
|
|
- <text class="red">35.87%</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <image mode="widthFix" src="../images/2.png"></image>
|
|
|
- <text class="name">北京炒家北京炒家北京炒家</text>
|
|
|
- <text>1232w</text>
|
|
|
- <text>899w</text>
|
|
|
- <text class="red">35.87%</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <image mode="widthFix" src="../images/3.png"></image>
|
|
|
- <text class="name">北京炒家</text>
|
|
|
- <text>1232w</text>
|
|
|
+ <view class="item" wx:for='{{item.players}}'
|
|
|
+ wx:for-index='i' wx:for-item='player'>
|
|
|
+ <image wx:if='{{i==0}}' mode="widthFix" src="../images/1.png"></image>
|
|
|
+ <image wx:if='{{i==1}}' mode="widthFix" src="../images/2.png"></image>
|
|
|
+ <image wx:if='{{i==2}}' mode="widthFix" src="../images/3.png"></image>
|
|
|
+ <text class="name">{{player.username}}</text>
|
|
|
+ <text>{{player.fund}}</text>
|
|
|
<text>899w</text>
|
|
|
<text class="red">35.87%</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
-<view class="list">
|
|
|
- <view class="title">
|
|
|
- 百万组
|
|
|
- <navigator url="../list/list">
|
|
|
- 查看更多 <image mode="widthFix" src="../images/right_icon.png"></image>
|
|
|
- </navigator>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <image mode="widthFix" src="../images/1.png"></image>
|
|
|
- <text class="name">北京炒家</text>
|
|
|
- <text>1232w</text>
|
|
|
- <text>899w</text>
|
|
|
- <text class="red">35.87%</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <image mode="widthFix" src="../images/2.png"></image>
|
|
|
- <text class="name">北京炒家北京炒家北京炒家</text>
|
|
|
- <text>1232w</text>
|
|
|
- <text>899w</text>
|
|
|
- <text class="red">35.87%</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <image mode="widthFix" src="../images/3.png"></image>
|
|
|
- <text class="name">北京炒家</text>
|
|
|
- <text>1232w</text>
|
|
|
- <text>899w</text>
|
|
|
- <text class="red">35.87%</text>
|
|
|
- </view>
|
|
|
-</view>
|
|
|
-
|
|
|
-
|
|
|
-<view class="list">
|
|
|
- <view class="title">
|
|
|
- 十万组
|
|
|
- <navigator url="../list/list">
|
|
|
- 查看更多 <image mode="widthFix" src="../images/right_icon.png"></image>
|
|
|
- </navigator>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <image mode="widthFix" src="../images/1.png"></image>
|
|
|
- <text class="name">北京炒家</text>
|
|
|
- <text>1232w</text>
|
|
|
- <text>899w</text>
|
|
|
- <text class="red">35.87%</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <image mode="widthFix" src="../images/2.png"></image>
|
|
|
- <text class="name">北京炒家北京炒家北京炒家</text>
|
|
|
- <text>1232w</text>
|
|
|
- <text>899w</text>
|
|
|
- <text class="red">35.87%</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <image mode="widthFix" src="../images/3.png"></image>
|
|
|
- <text class="name">北京炒家</text>
|
|
|
- <text>1232w</text>
|
|
|
- <text>899w</text>
|
|
|
- <text class="red">35.87%</text>
|
|
|
- </view>
|
|
|
-</view>
|