Commit 29e949b9 authored by Mac's avatar Mac

1

parent c9531022
......@@ -117,7 +117,7 @@
<view v-if="detial.IsJoinActivity==0">
<view class="details-box-top-z" v-if="(detial.TotalMan- detial.JoinNum)>0" :style="{background:mainColor}"></view>
<view class="details-box-top-f" v-if="(detial.TotalMan- detial.JoinNum)==0" ></view>
<view class="details-box-t-positions" v-if="(detial.TotalMan- detial.JoinNum)>0" :style="{background:mainColor}">
<view class="details-box-t-positions" v-if="(detial.TotalMan- detial.JoinNum)>0 && detial.IsSignUp==1" :style="{background:mainColor}">
<text>{{(detial.TotalMan- detial.JoinNum)>=6?'可预约':(detial.TotalMan- detial.JoinNum)<6?'剩余'+(detial.TotalMan- detial.JoinNum)+'个空位':''}}</text>
</view>
<view class="details-box-t-positions" v-if="(detial.TotalMan- detial.JoinNum)==0" style="background:#e2e2e2;color: #999999;">
......@@ -156,7 +156,7 @@
</view>
<view class="details-b-time" >
<text v-if="detial.Distinguish==1">报名人数:{{detial.TotalMan}}</text>
<text v-if="detial.Distinguish==0">报名人数:男性{{detial.ManNum}}<text style="margin-left: 10px;">{{detial.WoManNum}}</text> </text>
<text v-if="detial.Distinguish==0">报名人数:男性{{detial.ManNum}}<text style="margin-left: 10px;">{{detial.WoManNum}}</text> </text>
</view>
<view class="details-b-time" v-if="detial.AgeLimit==0">
<text >年龄范围:{{detial.StartAge}}岁 ~ {{detial.EndAge}}</text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment