|
@@ -6,7 +6,7 @@
|
|
|
<view class="two">
|
|
|
<view wx:if="{{tabs.active=='a'}}" class="a">
|
|
|
<match-1 info="{{info}}"></match-1>
|
|
|
- <view class="inMatch" wx:if="{{user.type=='0'}}">
|
|
|
+ <view class="inMatch" wx:if="{{user.type=='0'||user.type=='3'}}">
|
|
|
<text class="btn" bindtap="toSign" data-item="{{info}}">比赛报名</text>
|
|
|
</view>
|
|
|
</view>
|