appointmentCourse.wxml 933 字节
<!--pages/my/appointmentCourse/appointmentCourse.wxml-->
<view class='box'>
  <view class='banner_box'>
    <image src='/images/dggfhre@2x.png'></image>
    <view class='banner_info'>
      <view class='user_name'>李道空</view>
      <view>注册日期:2018年2月30日</view>
      <view>
        <text>约课电话:15632424967</text>
        <text class='iconfont icon-dianhua'></text>
      </view>
    </view>
  </view>
  <view class='content_box'>
    <view class='list_btn_box'>
      <view class='list_btn'>场所合作</view>
      <view class='list_btn'>信息反馈</view>
      <view class='list_btn'>切换至教练模式</view>
    </view>
  </view>
  <view class='info'>
    <view> 预约私教授课须知:</view>
    <view> 电话预约私人教练上课时间,在线记录;</view>
    <view>取消私教课程需提前6小时</view>
  </view>
  <view class='submit_btn'>确认上课时间</view>
</view>