1 line
5.1 KiB
Plaintext
1 line
5.1 KiB
Plaintext
<view class="detail-page"><custom-navbar vue-id="1633956d-1" title="服务详情" show-back="{{true}}" showUser="{{false}}" titleColor="#000" 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?'/static/images/mute.png':'/static/images/unmute.png'}}"></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></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><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><text class="shop-time">{{"营业时间:"+serviceInfo.shop_business_time}}</text></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="/static/images/go_map.png" mode="aspectFit" data-event-opts="{{[['tap',[['openMap',['$event']]]]]}}" bindtap="__e"></image><image class="shop-headle" src="/static/images/go_phone.png" mode="aspectFit" data-event-opts="{{[['tap',[['goContact',['$0'],['serviceInfo.phone']]]]]}}" bindtap="__e"></image></view></view></view></block></view><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><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><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></view> |