myInfo.wxml 1.4 KB

1234567891011121314151617181920212223242526272829
  1. <!--pages/myInfo/myInfo.wxml-->
  2. <view class="wrapper">
  3. <view class="top-index">
  4. <view class="top-title">
  5. <image src="../../images/zly.jpeg"></image>
  6. <text class="top-nick">你好</text>
  7. </view>
  8. <text class="top-text" bindtap="exitLogin">退出账号</text>
  9. </view>
  10. <view class="infoList">
  11. <text class="infoList-text" bindtap="myAppointment">我的邀请</text>
  12. <text class="infoList-text" bindtap="appointment">我被邀请</text>
  13. <text class="infoList-text" bindtap="myLessons">我的订单</text>
  14. <text class="infoList-text" bindtap="myNeed">我的需求</text>
  15. <text class="infoList-text" bindtap="myTeacher">我收藏的老师</text>
  16. <text class="infoList-text" bindtap="myStudent">我收藏的学生</text>
  17. <text class="infoList-text" bindtap="myComplaint">我的投诉</text>
  18. <text class="infoList-text" bindtap="mySuggest">我的建议</text>
  19. <text class="infoList-text" bindtap="refund">退款记录</text>
  20. <text class="infoList-text" bindtap="teacherAuthentication">老师认证</text>
  21. <text class="infoList-text" bindtap="delete">删除账号</text>
  22. </view>
  23. <view class="recommendMoney">
  24. <text bindtap="cashBack">推荐返现</text>
  25. </view>
  26. <button class="suggest" open-type="feedback">反馈建议</button>
  27. </view>