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.

41 lines
2.3 KiB

5 years ago
<!--pages/info/hotelProductInfo/index.wxml-->
<wxs src="../../../utils/filter.wxs" module="tool" />
<title title="景点详情"></title>
<view class="scroll-all-box" id="menus" wx:if="{{info}}">
<view class="scroll-menus fixed-menus">
<view class="scroll-menu-item{{type==1?' active':''}}" bindtap="changeMenu" data-index="1">景点介绍</view>
<view class="scroll-menu-item{{type==2?' active':''}}" bindtap="changeMenu" data-index="2">开放时间</view>
<view class="scroll-menu-item{{type==3?' active':''}}" bindtap="changeMenu" data-index="3">优待政策</view>
</view>
<view style="height:85rpx"></view>
<view class="info-box" id="box1">
<view class="info-title">景点介绍</view>
<rich-text class="detail" nodes="{{tool.formateRichText(info.content)}}"></rich-text>
<!-- <rich-text class="details"></rich-text> -->
<!-- <view class="details" wx:for="{{6}}">
在这里,酣畅淋漓的做一场偶像梦,你就是星光闪耀的明日之星!下一站天王天后,等你来!
演出形式、内容:半露天卡通剧场,儿童剧,亲子互动
表演时长:30分钟
表演故事线:“最Q童星奖”PK赛现场直播啦!刚从电影学院新鲜出炉的小明星们,赶快大展身手吧!
</view> -->
</view>
<view class="info-box" id="box2">
<view class="info-title">开放时间</view>
<rich-text class="detail" nodes="{{tool.formateRichText(info.time_info)}}"></rich-text>
<!-- <rich-text class="details" nodes="{{filter.formateRichText(skuInfo[0].feeDescription)}}"></rich-text> -->
<!-- <view class="details">
{{info.open_time}}
</view> -->
</view>
<view class="info-box" id="box3">
<view class="info-title">优待政策</view>
<rich-text class="detail" nodes="{{tool.formateRichText(info.extra_info)}}"></rich-text>
<!-- <rich-text class="details" nodes="{{filter.formateRichText(skuInfo[0].bookingInfo)}}"></rich-text> -->
<!-- <view class="details" wx:for="{{6}}">
在这里,酣畅淋漓的做一场偶像梦,你就是星光闪耀的明日之星!下一站天王天后,等你来!
演出形式、内容:半露天卡通剧场,儿童剧,亲子互动
表演时长:30分钟
表演故事线:“最Q童星奖”PK赛现场直播啦!刚从电影学院新鲜出炉的小明星们,赶快大展身手吧!
</view> -->
</view>
</view>