|
|
|
@ -16,16 +16,18 @@ |
|
|
|
</block> |
|
|
|
<view class="title" wx:if="{{info && info.team_order && isGroup}}">{{info.title}}(团体预约)</view> |
|
|
|
</swiper> |
|
|
|
<!-- 普通详情样式 --> |
|
|
|
<view class="info" wx:if="{{info && !info.team_order && isGroup}}"> |
|
|
|
<view class="title">{{info.title}}</view> |
|
|
|
|
|
|
|
<!-- 团体预约的详情样式 --> |
|
|
|
<view class="team_info" wx:if="{{info && info.team_order && isGroup}}"> |
|
|
|
<view class="location"><text class="iconfont icon-location"></text>{{info.address}}</view> |
|
|
|
<view class="location" style="margin-bottom:0"><text class="iconfont icon-dianhua2"></text>{{info.tel}}</view> |
|
|
|
</view> |
|
|
|
<!-- 团体预约的详情样式 --> |
|
|
|
<view class="team_info" wx:if="{{info && info.team_order && isGroup}}"> |
|
|
|
<!-- 普通详情样式 --> |
|
|
|
<view class="info" wx:else style="position:relative"> |
|
|
|
<view class="title">{{info.title}}</view> |
|
|
|
<view class="location"><text class="iconfont icon-location"></text>{{info.address}}</view> |
|
|
|
<view class="location" style="margin-bottom:0"><text class="iconfont icon-dianhua2"></text>{{info.tel}}</view> |
|
|
|
<view class="status-text{{info.garden_flag==0?' disable':''}}" wx:if="{{info.garden_flag_text && info.garden_flag!=1}}">{{info.garden_flag_text}}</view> |
|
|
|
</view> |
|
|
|
<view class="menu-box{{fixed?' menu-fixed':''}}" style="top:{{top}}px" wx:if="{{isGroup!=1}}"> |
|
|
|
<view class="menu-item{{type==1?' active':''}}" bindtap="changeType" data-type="1">场馆介绍</view> |
|
|
|
|