begmoon il y a 1 an
Parent
commit
9afd0e1774
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 1 1
      pages/rank/rank.wxml
  2. 2 2
      pages/today/today.wxml

+ 1 - 1
pages/rank/rank.wxml

@@ -65,7 +65,7 @@
         <text  class="{{player.total_income[0]=='-'?'down':'up'}}">{{player.total_income}}</text>
     </navigator>
     <view style="padding:10rpx 30rpx;position: relative;">
-      <text class="note">日盈利<text class="up">9%</text>以上{{item.win_count}}人,日亏损<text class="down">9%</text>以上{{item.loss_count}}人</text>
+      <text class="note">日盈利<text class="up">5%</text>以上{{item.win_count}}人,日亏损<text class="down">5%</text>以上{{item.loss_count}}人</text>
       <!-- <navigator hover-class="none" url="../comment/comment?id={{item.id}}" class="assess">顽主点评</navigator> -->
         <!-- <text class="note">点击选手,查看每日持股与交割单...</text> -->
     </view>

+ 2 - 2
pages/today/today.wxml

@@ -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>