|
@@ -52,7 +52,7 @@
|
|
|
<text style="width: 70rpx;" class="{{item.money[0]=='-' ?'down':'up'}}">{{item.money}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view wx:if='{{datas.today_record.today_stock.length>0&&datas.today_record.today_stock.length<9}}' class="container" style="height:400rpx;width: 70%;">
|
|
|
+ <view wx:if='{{datas.today_record.today_stock.length>0&&datas.today_record.today_stock.length<9}}' class="container" style="height:400rpx;width: 65%;">
|
|
|
<ec-canvas id="mychart-dom-pie" canvas-id="mychart-pie" ec="{{ ec1 }}"></ec-canvas>
|
|
|
</view>
|
|
|
<view wx:if='{{datas.today_record.today_stock.length>8}}' class="container" style="height:550rpx;width: 65%;">
|
|
@@ -60,10 +60,8 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
-<view class="title">持仓图<text class="des">(除持仓图外,欢迎选手上传买卖点神图)</text>
|
|
|
- <navigator style="font-size: 24rpx;text-decoration: underline;color: #333;" url="../winloseRank/winloseRank?user_id={{user_id}}&match_id={{datas.match.id}}">
|
|
|
- 个股盈亏排名
|
|
|
- <image class="more" mode="widthFix" src="../../images/right_icon.png">
|
|
|
+<view class="title">持仓图<text class="des"> 除持仓图外,欢迎选手上传买卖点神图</text>
|
|
|
+ <navigator style="font-size: 26rpx;text-decoration: underline;color: rgb(128, 128, 128);" url="../winloseRank/winloseRank?user_id={{user_id}}&match_id={{datas.match.id}}">个股盈亏排名<image class="more" mode="widthFix" src="../../images/right_icon.png">
|
|
|
</image>
|
|
|
</navigator>
|
|
|
</view>
|
|
@@ -75,8 +73,7 @@
|
|
|
<view wx:if='{{datas.records.length>1}}'>
|
|
|
<view class="quxian">
|
|
|
<label class="quxian_title">收益曲线</label>
|
|
|
- <navigator class="match_info" url="../matchdetail/matchdetail?user_id={{user_id}}&match_id={{datas.match.id}}">本届完整赛况
|
|
|
- <image class="more" mode="widthFix" src="../../images/right_icon.png">
|
|
|
+ <navigator class="match_info" url="../matchdetail/matchdetail?user_id={{user_id}}&match_id={{datas.match.id}}">本届完整赛况<image class="more" mode="widthFix" src="../../images/right_icon.png">
|
|
|
</image>
|
|
|
</navigator>
|
|
|
</view>
|