|
@@ -5,22 +5,22 @@
|
|
<view class="other">结束时间:{{info.end_time||"暂无结束时间"}}</view>
|
|
<view class="other">结束时间:{{info.end_time||"暂无结束时间"}}</view>
|
|
<view class="other">比赛地点:{{info.address||"暂无比赛地点"}}</view>
|
|
<view class="other">比赛地点:{{info.address||"暂无比赛地点"}}</view>
|
|
<view class="other">报名截止时间:{{info.sign_deadline||"暂无报名截止时间"}}</view>
|
|
<view class="other">报名截止时间:{{info.sign_deadline||"暂无报名截止时间"}}</view>
|
|
|
|
+ <view class="one_1">
|
|
|
|
+ <button wx:if="{{info.status=='0'&&user.type=='1'}}" class="color btn_1" type="primary" size="mini" bindtap="toAdd">
|
|
|
|
+ 报名
|
|
|
|
+ </button>
|
|
|
|
+ <button class="color btn_2" type="primary" size="mini" bindtap="toTeam">
|
|
|
|
+ 参赛团队
|
|
|
|
+ </button>
|
|
|
|
+ <button wx:if="{{info.status!='0'}}" class="color btn_3" type="primary" size="mini" bindtap="toCourse">
|
|
|
|
+ 赛程信息
|
|
|
|
+ </button>
|
|
|
|
+ <button wx:if="{{info.status=='-1'}}" class="color btn_4" type="primary" size="mini" bindtap="toRank">
|
|
|
|
+ 排名
|
|
|
|
+ </button>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="two">
|
|
<view class="two">
|
|
<rich-text nodes="{{info.information}}"></rich-text>
|
|
<rich-text nodes="{{info.information}}"></rich-text>
|
|
</view>
|
|
</view>
|
|
- <view class="thr">
|
|
|
|
- <button wx:if="{{info.status=='0'&&user.type=='1'}}" class="color btn_1" type="primary" size="mini" bindtap="toAdd">
|
|
|
|
- 报名
|
|
|
|
- </button>
|
|
|
|
- <button class="color btn_2" type="primary" size="mini" bindtap="toTeam">
|
|
|
|
- 参赛团队
|
|
|
|
- </button>
|
|
|
|
- <button wx:if="{{info.status!='0'}}" class="color btn_3" type="primary" size="mini" bindtap="toCourse">
|
|
|
|
- 赛程信息
|
|
|
|
- </button>
|
|
|
|
- <button wx:if="{{info.status=='-1'}}" class="color btn_4" type="primary" size="mini" bindtap="toRank">
|
|
|
|
- 排名
|
|
|
|
- </button>
|
|
|
|
- </view>
|
|
|
|
</view>
|
|
</view>
|