|
@@ -13,16 +13,16 @@
|
|
|
<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">
|
|
|
+ <view class="date" wx:for="{{info.groups}}">{{item.name}}</view>
|
|
|
+
|
|
|
+ <!-- <view class="date">
|
|
|
<text>冠军组:历届小组前三选手,无资金门槛</text>
|
|
|
<text>千万组:300W以上</text>
|
|
|
<text>百万组:50W到300W</text>
|
|
|
<text>十万组:10W到500W</text>
|
|
|
<text>菜鸟组:10W以下</text>
|
|
|
<text>各组第一有牛气冲天奖杯!</text>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<view class="title title1">3、交作业</view>
|
|
|
<view class="date">
|
|
|
7月5日收盘后开始交作业,默认为初始资金,随后每天下午3:00到3:30,在比赛系统自主提交,前排成绩将更新在比赛公众号。
|