1 line
7.0 KiB
Plaintext
1 line
7.0 KiB
Plaintext
<view class="detail-page"><custom-navbar vue-id="5fd0753c-1" title="服务详情" show-back="{{true}}" showUser="{{false}}" titleColor="#000" show-headle="{{true}}" headleSrc="https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/3b04f0c1-a55e-4658-9de5-22175cce9bbc.png" data-event-opts="{{[['^onHeadleClick',[['goInvite']]]]}}" bind:onHeadleClick="__e" 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-info"><view class="service-price"><text class="price-symbol">¥</text><text class="price-value">{{serviceInfo.server_price}}</text><text class="line-value">{{"¥"+serviceInfo.line_price}}</text></view><view class="service-title"><text class="service-type">{{serviceInfo.server_kind==1?'到家':serviceInfo.server_kind==2?'到店':''}}</text><text class="title-text">{{serviceInfo.title}}</text></view></view><block wx:if="{{serviceInfo.server_kind==2&&syrCount>0}}"><service-radio bind:input="__e" vue-id="5fd0753c-2" value="{{serviceType}}" data-event-opts="{{[['^input',[['__set_model',['','serviceType','$event',[]]]]]]}}" bind:__l="__l"></service-radio></block><block wx:if="{{serviceType==1&&serviceInfo.server_kind==2}}"><select-adress vue-id="5fd0753c-3" id="{{serviceInfo.id}}" serviceInfo="{{serviceInfo}}" sjInfo="{{sjInfo}}" bind:__l="__l"></select-adress></block><block wx:if="{{serviceType==1&&serviceInfo.server_kind==1}}"><select-syr-adress vue-id="5fd0753c-4" id="{{serviceInfo.id}}" serviceInfo="{{serviceInfo}}" syrInfo="{{syrInfo}}" bind:__l="__l"></select-syr-adress></block><block wx:if="{{serviceInfo.server_kind==2}}"><view class="service-shop"><view class="shop-info"><image class="shop-logo" src="{{serviceInfo.shop_head_photo}}" mode="aspectFill" data-event-opts="{{[['tap',[['goShopHome',['$0'],['serviceInfo.publish_user_id']]]]]}}" bindtap="__e"></image><view class="shop-info-you"><text class="shop-name">{{serviceInfo.shop_name}}</text><view class="stars"></view><view class="shop-class-w"><text class="shop-class">{{"主营:"+$root.g3}}</text></view><view class="shop-time" style="width:480rpx;"><text class="shop-class">{{"营业时间:"+serviceInfo.shop_business_time}}</text></view></view></view><view class="shop-cont"><view class="shop-cont-left"><view><text class="shop-address">{{serviceInfo.shop_dependency+serviceInfo.shop_address}}</text></view><view><text class="shop-tell">{{"电话:"+serviceInfo.phone}}</text></view></view><view class="shop-cont-right"><image class="shop-headle" src="https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/5ae95582-d1da-4243-b44d-e828c2b1929c" mode="aspectFit" data-event-opts="{{[['tap',[['openMap',['$event']]]]]}}" bindtap="__e"></image><image class="shop-headle" src="https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/dfd64c82-8ea7-478e-93b6-e65cdfbfaa71" mode="aspectFit" data-event-opts="{{[['tap',[['goContact',['$0'],['serviceInfo.phone']]]]]}}" bindtap="__e"></image></view></view></view></block><block wx:if="{{serviceInfo.server_kind==1}}"><view class="service-syr"><block wx:if="{{syrInfo.head_photo}}"><image class="syr-head" src="{{syrInfo.head_photo}}" mode="aspectFill"></image></block><view class="syr-info"><text class="syr-name">{{syrInfo.name}}</text></view><view data-event-opts="{{[['tap',[['goSyrHome',['$0'],['serviceInfo.publish_user_id']]]]]}}" class="look-btn" bindtap="__e"><text class="look-text">进入逛逛</text></view></view></block><block wx:if="{{serviceInfo.id}}"><evaluation-list vue-id="5fd0753c-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"><view class="notice-cont"><text class="notice-title">{{''+item.title+':'}}</text><text class="notice-text">{{''+item.text+''}}</text></view></block></view></view><block wx:if="{{serviceInfo.graphic_details}}"><img-and-text vue-id="5fd0753c-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':'']}}" 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="5fd0753c-7" show="{{showPay}}" serviceInfo="{{serviceInfo}}" serviceType="{{serviceType}}" data-ref="selfPayRef" data-event-opts="{{[['^change',[['e0']]]]}}" bind:change="__e" bind:__l="__l"></self-pay></view> |