mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/selfOperated/detail.wxml

1 line
5.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="detail-page"><custom-navbar vue-id="1d3c434a-1" title="服务详情" show-back="{{true}}" showUser="{{false}}" titleColor="#000" show-headle="{{false}}" bind:__l="__l"></custom-navbar><view class="main-image-section"><swiper class="banner-swiper" circular="{{true}}" indicator-dots="{{false}}" autoplay="{{false}}" interval="{{3000}}" duration="{{500}}" indicator-active-color="#fff" indicator-color="rgba(255, 255, 255, 0.6)"><block wx:if="{{serviceInfo.video}}"><swiper-item><block wx:if="{{serviceInfo.video&&showVideo}}"><video class="banner-image" src="{{serviceInfo.video}}" id="myVideo" autoplay="{{true}}" controls="{{false}}" enable-progress-gesture="{{false}}" loop="{{true}}" object-fit="cover" muted="{{isMuted}}"></video></block><view class="video-controls"><view data-event-opts="{{[['tap',[['toggleMute',['$event']]]]]}}" class="control-btn" bindtap="__e"><image class="control-icon" src="{{isMuted?'https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/b5cd6211-99fb-4ddc-b358-6e0fa74de9a6':'https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/802a82a1-9786-49e9-9647-28062486682f'}}"></image></view></view><text class="banner-tag">{{1+"/"+($root.g0+1)}}</text></swiper-item></block><block wx:for="{{serviceInfo.photo}}" wx:for-item="item" wx:for-index="index" wx:key="index"><swiper-item data-event-opts="{{[['tap',[['previewImage',['$0',index],['serviceInfo.photo']]]]]}}" bindtap="__e"><image class="banner-image" src="{{item}}" mode="aspectFill" referrer="no-referrer"></image><block wx:if="{{serviceInfo.video}}"><text class="banner-tag">{{index+2+"/"+($root.g1+1)}}</text></block><block wx:else><text class="banner-tag">{{index+1+"/"+$root.g2}}</text></block></swiper-item></block></swiper></view><view class="service-header-price"><image class="service-header-price-bj" src="https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/cabdfdbd-aeff-42c5-993e-45520265ea60.png"></image><view class="service-price"><text class="price-symbol">¥</text><text class="price-value">{{serviceInfo.server_price}}</text><block wx:if="{{serviceInfo.line_price}}"><text class="price-discount">{{serviceInfo.line_price}}</text></block></view></view><view class="service-info"><view class="service-title"><text class="service-type">自营</text><text class="title-text">{{serviceInfo.title}}</text></view></view><service-radio bind:change="__e" bind:input="__e" vue-id="1d3c434a-2" value="{{serviceType}}" data-event-opts="{{[['^change',[['radioChange']]],['^input',[['__set_model',['','serviceType','$event',[]]]]]]}}" bind:__l="__l"></service-radio><block wx:if="{{serviceType==2}}"><select-store vue-id="1d3c434a-3" id="{{serviceInfo.id}}" bind:__l="__l"></select-store></block><block wx:if="{{serviceType==1}}"><select-adress vue-id="1d3c434a-4" id="{{serviceInfo.id}}" serviceInfo="{{serviceInfo}}" bind:__l="__l"></select-adress></block><block wx:if="{{serviceInfo.id}}"><evaluation-list vue-id="1d3c434a-5" order_shop_id="{{serviceInfo.id}}" order_shop_type="{{1}}" data-event-opts="{{[['^goList',[['goList']]]]}}" bind:goList="__e" bind:__l="__l"></evaluation-list></block><view class="notice-section"><view class="section-title"><text class="section-tit">项目说明</text></view><view class="notice-content"><view class="notice-cont"><text class="notice-title"> 服务时长: </text><text class="notice-text">{{''+serviceInfo.server_time+'分钟'}}</text></view><block wx:for="{{serviceInfo.detail}}" wx:for-item="item" wx:for-index="i"><block wx:if="{{item.text&&item.title}}"><view class="notice-cont"><text class="notice-title">{{''+item.title+''}}</text><text class="notice-text">{{''+item.text+''}}</text></view></block></block></view></view><block wx:if="{{serviceInfo.graphic_details}}"><img-and-text vue-id="1d3c434a-6" info="{{serviceInfo.graphic_details}}" bind:__l="__l"></img-and-text></block><view class="notice-section"><view class="section-title"><text class="section-tit">项目步骤</text></view><view class="notice-content"><block wx:for="{{serviceInfo.process}}" wx:for-item="item" wx:for-index="i"><view class="notice-cont"><text class="notice-title">{{''+item.title+''}}</text><text class="notice-text">{{''+item.text+''}}</text></view></block></view></view><view class="notice-section"><view class="section-title"><text class="section-tit">订购须知</text></view><view class="notice-content"><text class="notice-text">{{''+serviceInfo.purchasenotes+''}}</text></view></view><view class="bottom-bar"><view data-event-opts="{{[['tap',[['submitOrder',['$event']]]]]}}" class="{{['submit-btn',(syrInfo.order_taking==2||sjInfo.order_taking==2)?'cannot-submit':'',(!isFormValid)?'disabled-btn':'']}}" bindtap="__e"><text class="btn-text">立即预约</text></view></view><view class="{{['permission',(isShowPer)?'transform':'']}}"><text class="per-tit">美融融plus 对拨打电话权限申请说明</text><text class="per-cont">当您需要联系商家或平台客服的时候,需要获取拨打电话权限。</text></view><self-pay class="vue-ref" vue-id="1d3c434a-7" show="{{showPay}}" serviceInfo="{{serviceInfo}}" serviceType="{{serviceType}}" data-ref="selfPayRef" data-event-opts="{{[['^change',[['e0']]]]}}" bind:change="__e" bind:__l="__l"></self-pay></view>