You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<!--pages/info/activityInfo/index.wxml-->
|
|
|
|
|
<wxs src="../../../utils/filter.wxs" module="tool" />
|
|
|
|
|
<title title="活动详情"></title>
|
|
|
|
|
<view wx:if="{{info}}">
|
|
|
|
|
<image src="{{info.cover}}" mode="widthFix" class="swiper"></image>
|
|
|
|
|
<view class="top-box">
|
|
|
|
|
<view class="top-box-title">{{info.name}}</view>
|
|
|
|
|
<view class="top-tip-box" wx:if="{{info.begin_date || info.end_date}}">
|
|
|
|
|
<image src="https://static.ticket.sz-trip.com/xcxImages/activity/time.png" mode="widthFix"></image>
|
|
|
|
|
<text>活动时间:{{info.begin_date}} ~ {{info.end_date}}</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="top-tip-box" wx:if="{{info.detail_address}}">
|
|
|
|
|
<image src="https://static.ticket.sz-trip.com/xcxImages/activity/location.png" mode="widthFix"></image>
|
|
|
|
|
<text>活动地点:{{info.detail_address}}</text>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="tip-box">本活动无需在线预约,可直接前往。更多详情请咨询活动主办方工作人员。</view>
|
|
|
|
|
<view class="box-title">活动详情</view>
|
|
|
|
|
<rich-text class="box-content" nodes="{{tool.formateRichText(info.intro)}}"></rich-text>
|
|
|
|
|
<!-- <view class="box-tip" wx:if="{{info && info.is_bind_our_sku==0}}">* 本活动无需在线预约,可直接前往。</view> -->
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view style="height:124rpx" wx:if="{{info && info.is_bind_our_sku!=0 && info.sku_id}}"></view>
|
|
|
|
|
<view class="bottom-fixed" wx:if="{{info && info.is_bind_our_sku!=0 && info.sku_id}}">
|
|
|
|
|
<view class="bottom-btn" bindtap="order" wx:if="{{info.is_act_end==0}}">预约活动</view>
|
|
|
|
|
<view class="bottom-btn disable" wx:else>活动已过期</view>
|
|
|
|
|
</view> -->
|