|
|
|
@ -1,29 +1,27 @@ |
|
|
|
<!--pages/info/groupOrderInfo/index.wxml--> |
|
|
|
<title title="团体信息"></title> |
|
|
|
<view class="box" wx:if="{{info && info.list && info.list.state==0}}"> |
|
|
|
<view class="code">{{info.list.state_text}}</view> |
|
|
|
<view class="code">{{info.list.team_name}}</view> |
|
|
|
<view class="box"> |
|
|
|
<view wx:if="{{info.list.state!=2}}" class="code" style="margin: 42rpx;">{{info.list.team_name}}</view> |
|
|
|
<view wx:if="{{info.list.state==2}}"> |
|
|
|
<view class="code" style="margin-top: 42rpx;">成功预约人数</view> |
|
|
|
<view class="code" style="margin: 42rpx;">{{info.list.members_count}}</view> |
|
|
|
</view> |
|
|
|
<view class="top-tips top-new-tips"> |
|
|
|
<view class="top-tip">场馆名称:{{info.list.scene.title}}</view> |
|
|
|
<view class="line" style="height:25rpx"></view> |
|
|
|
<view class="top-tip">预约时间:{{info.list.order_info.product_list[0].start_time}} ~ {{info.list.order_info.product_list[0].end_time}}</view> |
|
|
|
</view> |
|
|
|
<view class="top-tips"> |
|
|
|
<view class="top-tips" wx:if="{{info.list.state!=2}}"> |
|
|
|
<view class="top-tip">预约人数:{{info.list.member_num}}</view> |
|
|
|
<view class="line"></view> |
|
|
|
<view class="top-tip">填写信息人数:{{info.list.members_count}}</view> |
|
|
|
</view> |
|
|
|
<button bindtap="showShare" style="width:100%" class="top-btn">立即邀请</button> |
|
|
|
<view class="top-btn full" bindtap="order">提交订单</view> |
|
|
|
<view class="count-down" wx:if="{{restTime}}">组团中({{restTime}})</view> |
|
|
|
</view> |
|
|
|
<view wx:else class="box"> |
|
|
|
<view class="code">{{info.list.state_text}}</view> |
|
|
|
<view class="code">成功预约人数</view> |
|
|
|
<view class="code" style="margin-top:50rpx">{{info.list.members_count}}</view> |
|
|
|
<button wx:if="{{info.list.state==0}}" bindtap="showShare" style="width:100%" class="top-btn">立即邀请</button> |
|
|
|
<view wx:if="{{info.list.state==0}}" class="top-btn full" bindtap="order">提交订单</view> |
|
|
|
<view class="count-down" >{{info.list.state_text}} <text wx:if="{{restTime}}">{{(restTime)}}</text> </view> |
|
|
|
</view> |
|
|
|
<view class="box" wx:if="{{info && info.list}}"> |
|
|
|
<view wx:if="{{info.list.state==0}}" class="new-tip">倒计时结束后订单将自动提交至后台,订单提交后团员信息将无法修改</view> |
|
|
|
<view wx:if="{{info.list.state!=2}}" class="new-tip">倒计时结束后订单将自动提交至后台,订单提交后团员信息将无法修改</view> |
|
|
|
<view class="box-title" wx:if="{{info.list.state==0}}">已填写信息团员</view> |
|
|
|
<view class="box-title" wx:else>预约成功团员</view> |
|
|
|
<view class="search-box"> |
|
|
|
|