beauty_deta.wxml 1.66 KB
<view class="container">
  <view class="backcolor"></view>


  <view class="comments">
    <!-- 个人信息 -->
    <view class="Personal">
      <view class="name fs36 ellipsis-1">{{name}}</view>
      <image class="head" src="{{iurl+head_img}}" lazy-load="true" data-errorimg="{{iurl+head_img}}" binderror="bind_bnerr1" data-img="{{iurl+head_img}}"></image>

      <view class="introduce fs26">
        <block wx:if="{{comment!=''}}">
       {{comment}}
        </block>
        <block wx:else>
          暂无介绍
        </block>
      </view>
    </view>

    <view>
      <view class="fs36" style="margin-bottom:35rpx;">服务预约</view>
      <scroll-view class="scroll-h fs26 " scroll-x>
        <view class="rel" wx:for="111111" style="display: inline-block;">
          <view class="scroll-item-h bd {{index==0?'chbd':''}}">
            <view>今天</view>
            <view>09月10日</view>
          </view>
          <block wx:if="{{index==0}}">
            <view class="abs box"></view>
          </block>
        </view>

      </scroll-view>

      <!-- 选择时间 -->
      <view class="Times">

        <view class="flex-center" wx:for="{{time_list}}" style="display:inline-block;">

          <view class="Time flex-center {{index==0?'chTime':'nochTime'}}">
            <view>
              <view class="fs26">{{item.GroupHour}}</view>
              <block wx:if="{{flase}}">
                <view class="fs24">约满</view>
              </block>
            </view>
          </view>
        </view>
        <view class="choice flex-center fs32">
          <view>确定选择</view>
        </view>

      </view>

    </view>

  </view>

</view>
<warn id="warn"></warn>