|
@@ -7,64 +7,8 @@
|
|
|
<view wx:if="{{tabs.active=='a'}}" class="a">
|
|
|
<scroll-view scroll-y="true" class="scroll-view">
|
|
|
<view class="list-scroll-view">
|
|
|
- <view class="a_1">
|
|
|
- <image class="image" src="{{fileUrl}}/files/court/elimg/20220729140648.png"></image>
|
|
|
- <view class="a_1_info">
|
|
|
- <view class="a_1_1">
|
|
|
- <view class="name">{{info.name||'暂无'}}</view>
|
|
|
- <view class="status"><text>{{info.zhStatus||'暂无'}}</text></view>
|
|
|
- <view class="other">
|
|
|
- <view class="other_1">
|
|
|
- <text>赛事类别:</text>
|
|
|
- <text>{{info.zhtype||'暂无'}}</text>
|
|
|
- </view>
|
|
|
- <view class="other_1">
|
|
|
- <text>比赛时间:</text>
|
|
|
- <text>{{info.start_time||'暂无'}}至{{info.end_time||'暂无'}}</text>
|
|
|
- </view>
|
|
|
- <view class="other_1">
|
|
|
- <text>赛事赛制:</text>
|
|
|
- <text>{{info.zhFormat||'暂无'}}</text>
|
|
|
- </view>
|
|
|
- <view class="other_1">
|
|
|
- <text>报名截止时间:</text>
|
|
|
- <text>{{info.sign_time||'暂无'}}</text>
|
|
|
- </view>
|
|
|
- <view class="other_1">
|
|
|
- <text>比赛地点:</text>
|
|
|
- <text>{{info.address||'暂无'}}</text>
|
|
|
- </view>
|
|
|
- <view class="other_1">
|
|
|
- <text>报名费用(元):</text>
|
|
|
- <text class="money">{{info.money||'暂无'}}</text>
|
|
|
- </view>
|
|
|
- <view class="other_1">
|
|
|
- <text>报名费用说明:</text>
|
|
|
- <text>{{info.money_remark||'暂无'}}</text>
|
|
|
- </view>
|
|
|
- <view class="other_1">
|
|
|
- <text>付款方式:</text>
|
|
|
- <text>{{info.money_mode||'暂无'}}</text>
|
|
|
- </view>
|
|
|
- <view class="other_1">
|
|
|
- <text>联系方式:</text>
|
|
|
- <text>{{info.contact||'暂无'}}</text>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="a_1_1 a_1_2">
|
|
|
- <view class="a_1_2t">
|
|
|
- <view class="txt">报名说明:</view>
|
|
|
- <view class="cont">{{info.explain||'暂无'}}</view>
|
|
|
- </view>
|
|
|
- <view class="a_1_2t">
|
|
|
- <view class="txt">赛事规程:</view>
|
|
|
- <rich-text nodes="{{info.zhRegular||'暂无'}}"></rich-text>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="inMatch" wx:if="{{user.type=='0'}}">
|
|
|
+ <match-1 info="{{info}}" fileUrl="{{fileUrl}}"></match-1>
|
|
|
+ <view class="inMatch" wx:if="{{user.type=='-1'}}">
|
|
|
<text class="btn" bindtap="toSign" data-item="{{info}}">比赛报名</text>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -73,7 +17,8 @@
|
|
|
<view wx:if="{{tabs.active=='b'}}" class="b">
|
|
|
<scroll-view scroll-y="true" class="scroll-view">
|
|
|
<view class="list-scroll-view">
|
|
|
- <view class="b_1">
|
|
|
+ <match-2 player="{{player}}" showIndex="{{showIndex}}" showIndexs="{{showIndexs}}" bind:panel="panel" bind:panels="panels"></match-2>
|
|
|
+ <!-- <view class="b_1">
|
|
|
<view wx:for="{{player.group}}" wx:key="item">
|
|
|
<view class="Title" bindtap="panel" data-index="{{ index }}">
|
|
|
<view class="name">{{item.name}}({{item.age}}岁)</view>
|
|
@@ -98,7 +43,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
</view>
|
|
@@ -156,7 +101,12 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view wx:if="{{tabs.active=='d'}}" class="d">
|
|
|
- <view class="d_1">
|
|
|
+ <scroll-view scroll-y="true" class="scroll-view">
|
|
|
+ <view class="list-scroll-view">
|
|
|
+ <match-4></match-4>
|
|
|
+ </view>
|
|
|
+ </scroll-view>
|
|
|
+ <!-- <view class="d_1">
|
|
|
<s-tab tabs="{{fieldtabs}}" bind:tabsChange="fieldtabsChange"></s-tab>
|
|
|
</view>
|
|
|
<view wx:if="{{fieldtabs.active==active}}" class="d_2">
|
|
@@ -186,9 +136,15 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
+ </view>
|
|
|
+ <view wx:if="{{tabs.active=='e'}}" class="e">
|
|
|
+ <scroll-view scroll-y="true" class="scroll-view">
|
|
|
+ <view class="list-scroll-view">
|
|
|
+ <match-5></match-5>
|
|
|
+ </view>
|
|
|
+ </scroll-view>
|
|
|
</view>
|
|
|
- <view wx:if="{{tabs.active=='e'}}" class="e">成绩册</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</mobile-main>
|