begmoon 1 rok temu
rodzic
commit
2f8003dfae
3 zmienionych plików z 13 dodań i 11 usunięć
  1. 8 8
      pages/apply/apply.wxml
  2. 1 1
      pages/detail/detail.js
  3. 4 2
      pages/index/index.wxml

+ 8 - 8
pages/apply/apply.wxml

@@ -10,13 +10,13 @@
         <!-- <view class="date">比赛时间:{{info.start_time}}至{{info.end_time}}</view> -->
         <!-- <view class="date">报名时间:2022-04-20至2022-04-26</view> -->
         <view class="title title1">1、比赛时间</view>
-        <view class="date">开赛时间:{{info.start_time}}到{{info.end_time}}结束 </view>
-        <view class="date">报名时间:{{info.signup_start_time}}{{info.signup_end_time}}</view>
+        <view class="date">开赛时间:{{info.start_time}} 至 {{info.end_time}}</view>
+        <view class="date">报名时间:{{info.signup_start_time}}{{info.signup_end_time}}</view>
         <view class="title title1">2、比赛分组</view>
         <!-- <view class="date" wx:for="{{info.groups}}">{{item.name}}</view> -->
         
         <view class="date">
-          <text>冠军组:历届小组前三选手,资金门槛十万以上</text>
+          <text>冠军组:历届小组前三,10W以上</text>
           <text>千万组:300W以上</text>
           <text>百万组:50W到300W</text>
           <text>十万组:10W到50W</text>
@@ -26,22 +26,22 @@
         </view>
         <view class="title title1">3、交作业</view>
         <view class="date">
-          {{info.post_start_time}}收盘后开始交作业,默认为初始资金,随后每天下午3:00到3:30,在比赛系统自主提交,前排成绩将更新在比赛公众号。
+          {{info.post_start_time}}收盘后开始交作业,默认为初始资金,随后每天下午3:00 到 3:30,在比赛系统提交作业,系统自动识别持仓图,前排成绩更新在比赛公众号。
         </view>
         <view class="title title1">4、银证转账除权规则与账户验证</view>
         <view class="date">
           <text>出金:维持原有成绩,修改初始。</text>
           <text>入金:稀释原有成绩,增加初始。</text>
-          <text>比赛期间转帐不超过6次,新股中签不纳入成绩。</text>
+          <text>比赛期间转帐不超过5次,新股中签不纳入成绩。</text>
           <text>比赛结束,前排选手需接受账户验证,比赛期间的完整交割单也将公布。</text>
         </view>
         <view class="title title1">5、参赛费用</view>
         <view class="date">
           <text>自费参赛:每届{{info.player_price}}元,无需开户。</text>
-          <text>免费参赛:在比赛券商开户参赛,可永久免报名费,佣金低-网速快-网上开户几分钟完成,可同时兼容同花顺-通达信,已开通创业板权限的可转签,具体操作请站内</text>
+          <text>免费参赛:在比赛券商开户参赛,可永久免报名费,佣金低-网速快-网上开户几分钟完成,兼容同花顺-通达信,已开通创业板权限的可转签,具体操作请站内</text>
           <navigator url="../message/message"><text class="change" >咨询我们</text></navigator>
           <text>
-          永久免费参赛选手:开户选手,种子选手,历届小组前三,倒数前三,腰斩选手(如还未授权免费请联系客服)</text>
+          其他免费参赛选手:历届小组前三,倒数前三,腰斩选手,种子选手,直接报名</text>
         </view>
         <view class="title title1">6、退赛</view>
         <view class="date">
@@ -51,7 +51,7 @@
         
         <view class="title title1">7、声明</view>
         <view class="date">
-          <text>比赛只做学习交流,不做任何投资建议,选手在比赛期间的任何操作与言论,仅代表其个人意见,与比赛方无关,请勿跟风模仿,盈亏自负。\n\n\n
+          <text>比赛只做学习交流,不做任何投资建议,选手在比赛期间的任何操作与言论,仅代表其个人意见,与比赛方无关,请勿跟风模仿,否则盈亏自负。\n\n\n
           </text>
         </view>
 </scroll-view>

+ 1 - 1
pages/detail/detail.js

@@ -43,7 +43,7 @@ Page({
         name:res.data.data.name,
         articleid:options.id,
       })
-      console.log()
+      console.log(data)
       this.data.info.content = this.data.info.content.replace('<img', '<img class="rich-img"')
     })
   },

+ 4 - 2
pages/index/index.wxml

@@ -89,7 +89,7 @@
   </view>
   <scroll-view style="height: 200rpx;" scroll-x='{{true}}' wx:if='{{groups}}'>
     <view class="group_list">
-      <view wx:for='{{groups.group_win_lose_list}}' class="g_list"  bindtap="tapGroup" data-index='{{index}}'>
+      <view wx:for='{{groups.group_win_lose_list}}' class="g_list"  data-index='{{index}}'>
         <image mode="widthFix" wx:if="{{item.today_income_avg[0]=='-'}}" src="../../images/indexlose@2x.png"></image>
         <image mode="widthFix" wx:else src="../../images/indexwin@2x.png"></image>
         <view>{{item.name}}</view>
@@ -103,7 +103,9 @@
   </scroll-view>
   <view class="today">
     今日盈亏人数比 <text class="up" style="font-weight: 500;">{{groups.win_cnt}}</text> : <text class="down" style="font-weight: 500;">{{groups.lose_cnt}} </text>
-    今日人均收益(算数平均)  <text class="{{groups.today_win_lose_avg[0]=='-' ?'down':'up'}}" style="font-weight: 500;text-decoration: underline;" bind:tap="tapAvg">{{groups.today_win_lose_avg}}</text>
+    今日人均收益(算数平均)  
+    <text class="{{groups.today_win_lose_avg[0]=='-' ?'down':'up'}}" style="font-weight: 500;">{{groups.today_win_lose_avg}}</text>
+    <!-- <text class="{{groups.today_win_lose_avg[0]=='-' ?'down':'up'}}" style="font-weight: 500;text-decoration: underline;" bind:tap="tapAvg">{{groups.today_win_lose_avg}}</text> -->
   </view>
 
   <view class="tab">