|
@@ -52,7 +52,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
-<view class="title">持仓图<text class="des">(为方便阅读,股票线图为系统自动补充,非选手上传)</text></view>
|
|
|
+<view class="title">持仓图<text class="des">(除持仓图外,欢迎选手上传买卖点神图)</text></view>
|
|
|
|
|
|
<view class="imgs" wx:if='{{datas.today_record.today_stock_img.length>0}}'>
|
|
|
<image wx:for='{{datas.today_record.today_stock_img}}' wx:for-item='i' bindtap="preview" data-src='{{i}}' data-urls='{{datas.today_record.today_stock_img}}'
|
|
@@ -61,7 +61,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}}">详情
|
|
|
+ <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>
|