|
|
@ -1,4 +1,5 @@ |
|
|
<!--pages/order/scene/index.wxml--> |
|
|
<!--pages/order/scene/index.wxml--> |
|
|
|
|
|
<wxs src="../../../utils/filter.wxs" module="tool" /> |
|
|
<view class="{{product && product.isGroup==1?'group-order':''}}"> |
|
|
<view class="{{product && product.isGroup==1?'group-order':''}}"> |
|
|
<title title="订单填写"></title> |
|
|
<title title="订单填写"></title> |
|
|
<!-- <view class="product-info" wx:if="{{product}}"> |
|
|
<!-- <view class="product-info" wx:if="{{product}}"> |
|
|
@ -80,7 +81,33 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> --> |
|
|
</view> --> |
|
|
|
|
|
|
|
|
<view style="{{type=='museum' || type=='activity'?'height:138rpx':'height:113rpx'}}"></view> |
|
|
<!-- 景点讲解 --> |
|
|
|
|
|
<view class="explain-box" wx:if="{{explainData && explainData.id}}"> |
|
|
|
|
|
<view class="explain-title">景点讲解服务</view> |
|
|
|
|
|
<view class="explain-prod"> |
|
|
|
|
|
<image class="explain-img" src="{{explainData.product.headimg}}"></image> |
|
|
|
|
|
<view class="explain-content"> |
|
|
|
|
|
<view class="explain-goods textOver2">{{explainData.product.title}}</view> |
|
|
|
|
|
<view class="explain-sku textOver2">{{explainData.sku.sku_name}}</view> |
|
|
|
|
|
<view class="explain-price">0</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="explain-sku" style="font-size: 28rpx;" bind:tap="changeContent" data-val="{{true}}" |
|
|
|
|
|
style="align-self: flex-start;flex-shrink: 0;padding: 0 20rpx 0 0;"> |
|
|
|
|
|
详情 > |
|
|
|
|
|
</view> |
|
|
|
|
|
<view style="align-self: flex-start;flex-shrink: 0;"> |
|
|
|
|
|
<view class="iconfont icon-quan" wx:if="{{!selectExplain}}" bind:tap="changeSeletExplain" data-val="{{true}}"></view> |
|
|
|
|
|
<view class="iconfont icon-gou1" wx:else bind:tap="changeSeletExplain" data-val="{{false}}"></view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <view style="{{type=='museum' || type=='activity'?'height:138rpx':'height:113rpx'}}"></view> --> |
|
|
|
|
|
<view style="height:138rpx"></view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="fixed-bottom" wx:if="{{type!='museum' && type!='activity'}}"> |
|
|
<view class="fixed-bottom" wx:if="{{type!='museum' && type!='activity'}}"> |
|
|
<view class="fixed-price-box" wx:if="{{kjId || prizeId}}"><text>合计:</text><text class="price">¥0</text></view> |
|
|
<view class="fixed-price-box" wx:if="{{kjId || prizeId}}"><text>合计:</text><text class="price">¥0</text></view> |
|
|
<!-- <view class="fixed-price-box" wx:elif="{{prizeId}}"><text>合计:</text><text class="price">¥0</text></view> --> |
|
|
<!-- <view class="fixed-price-box" wx:elif="{{prizeId}}"><text>合计:</text><text class="price">¥0</text></view> --> |
|
|
@ -150,4 +177,26 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="mask" wx:if="{{showContent && explainData}}"> |
|
|
|
|
|
<view class="mask-bg" bind:tap="changeContent" data-val="{{false}}"></view> |
|
|
|
|
|
<view class="mask-content2" style="min-height: 1100rpx;"> |
|
|
|
|
|
<view class="iconfont icon-close" bind:tap="changeContent" data-val="{{false}}"></view> |
|
|
|
|
|
<view style="text-align: center;padding: 20rpx 0;">产品详情</view> |
|
|
|
|
|
<view style="max-height: 65vh;overflow-y: auto;"> |
|
|
|
|
|
<view style="width: 100%;padding:20rpx 20rpx 0;box-sizing: border-box;"> |
|
|
|
|
|
<image style="width: 100%;border-radius: 20rpx;height: 200rpx;" mode="widthFix" src="{{explainData.product.headimg}}"></image> |
|
|
|
|
|
<view style="font-weight: bold;padding:20rpx 0">{{explainData.product.title}}</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view style="height: 10rpx;background:#f2f2f2"></view> |
|
|
|
|
|
<view style="padding:20rpx"> |
|
|
|
|
|
<view style="font-weight: bold;padding:0 0 20rpx">产品详情</view> |
|
|
|
|
|
<rich-text class="detail" nodes="{{tool.formateRichText(explainData.product.content)}}"></rich-text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view style="height: 50rpx;"></view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |