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/component/notice/notice.wxml-->
|
|
|
|
|
<wxs src="../../../utils/filter.wxs" module="tool" />
|
|
|
|
|
<view class="mask notice-mask">
|
|
|
|
|
<view class="mask-bg" bindtap="hide"></view>
|
|
|
|
|
<view class="notice-box" style="padding-bottom:{{60+safeBottom}}rpx">
|
|
|
|
|
<view class="iconfont icon-close" bindtap="hide"></view>
|
|
|
|
|
<view class="notice-box-in" style="max-height:{{maxHeight}}px">
|
|
|
|
|
<view style="margin-bottom:20rpx;font-size:33rpx;font-weght:blod;color:#000" wx:if="{{skuName}}">{{skuName}}</view>
|
|
|
|
|
<!-- <rich-text nodes="{{tool.formateRichText(bookingInfo.specialDescription)}}"></rich-text> -->
|
|
|
|
|
<!-- <rich-text nodes="{{tool.formateRichText(bookingInfo.feeDescription)}}"></rich-text> -->
|
|
|
|
|
<rich-text nodes="{{tool.formateRichText(bookingInfo.bookinfo)}}"></rich-text>
|
|
|
|
|
<!-- <rich-text nodes="{{tool.formateRichText(bookingInfo.detailinfo)}}"></rich-text> -->
|
|
|
|
|
<!-- <rich-text nodes="{{tool.formateRichText(bookingInfo.expenseinfo)}}"></rich-text> -->
|
|
|
|
|
<!-- <rich-text nodes="{{tool.formateRichText(bookingInfo.extrainfo)}}"></rich-text> -->
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|