<view class="s-wrap " bindtap="chooseMasseuse" data-index="-1"  >
  
  <view class="content-wrap1">
    <view class="m-info1">
      <text class="iconfont iconyonghu"></text>
      <view class="title1">到店安排</view>
    </view>
    <view class="s-info1">
      <text class="">不选择技师</text>
    </view>
  </view>
</view>

<scroll-view scroll-y>




  <view class="service-wrap" wx:for="{{masseuse}}" bindtap="chooseMasseuse" data-index="{{index}}" >
    <view class="inner-wrap">
      <view class="content-wrap">
        <image mode="aspectFit" src="{{item.suPhoto}}"></image>
        <view class="m-info">
          <view class="title">{{item.suName}}</view>
        </view>
      </view>
    </view>
  </view>
 


</scroll-view>