|
@@ -1,29 +1,82 @@
|
|
|
<!--pages/myInfo/myInfo.wxml-->
|
|
|
|
|
|
<view class="wrapper">
|
|
|
- <view class="top-index">
|
|
|
- <view class="top-title">
|
|
|
- <image src="../../images/zly.jpeg"></image>
|
|
|
- <text class="top-nick">你好</text>
|
|
|
- </view>
|
|
|
- <text class="top-text" bindtap="exitLogin">退出账号</text>
|
|
|
- </view>
|
|
|
- <view class="infoList">
|
|
|
- <text class="infoList-text" bindtap="sendInvitation">我发出的邀请</text>
|
|
|
- <text class="infoList-text" bindtap="receivedInvitation">我收到的邀请</text>
|
|
|
- <text class="infoList-text" bindtap="myLessons">我的订单</text>
|
|
|
- <text class="infoList-text" bindtap="myNeed">我的需求</text>
|
|
|
- <text class="infoList-text" bindtap="myTeacher">我收藏的老师</text>
|
|
|
- <text class="infoList-text" bindtap="myStudent">我收藏的学生</text>
|
|
|
- <text class="infoList-text" bindtap="myComplaint">我的投诉</text>
|
|
|
- <text class="infoList-text" bindtap="mySuggest">我的建议</text>
|
|
|
- <text class="infoList-text" bindtap="refund">退款记录</text>
|
|
|
- <text class="infoList-text" bindtap="teacherAuthentication">老师认证</text>
|
|
|
- <text class="infoList-text" bindtap="delete">删除账号</text>
|
|
|
- </view>
|
|
|
- <view class="recommendMoney">
|
|
|
- <text bindtap="cashBack">推荐返现</text>
|
|
|
- </view>
|
|
|
- <button class="suggest" open-type="feedback">反馈建议</button>
|
|
|
-
|
|
|
+ <!-- 上方头像和昵称区域 -->
|
|
|
+ <view class="headWrapper">
|
|
|
+ <image class="headImg" src="../../images/zly.jpeg"></image>
|
|
|
+ <view class="headNick">
|
|
|
+ <view class="userNickName">机器猫</view>
|
|
|
+ <view class="userId">ID:20221222</view>
|
|
|
+ </view>
|
|
|
+ <image class="rightArrow" src="../../images/right.png"></image>
|
|
|
+ </view>
|
|
|
+ <!-- 推荐分享 -->
|
|
|
+ <view class="recommend">
|
|
|
+ <view>推荐分享</view>
|
|
|
+ <image class="rightArrow" src="../../images/right.png"></image>
|
|
|
+ </view>
|
|
|
+ <!-- 订单 -->
|
|
|
+ <view class="orderList">
|
|
|
+ <view>订单</view>
|
|
|
+ <image class="rightArrow" src="../../images/right.png"></image>
|
|
|
+ </view>
|
|
|
+ <!-- 收到和发出的邀请 -->
|
|
|
+ <view class="invitation">
|
|
|
+ <view class="myInvitation" bindtap="sendInvitation">
|
|
|
+ <view>发出的邀请</view>
|
|
|
+ <image class="rightIcon" src="../../images/right.png"></image>
|
|
|
+ </view>
|
|
|
+ <view class="myInvitation" bindtap="receivedInvitation">
|
|
|
+ <view>收到的邀请</view>
|
|
|
+ <image class="rightIcon" src="../../images/right.png"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <!-- 收藏的需求和课程 -->
|
|
|
+ <view class="collection">
|
|
|
+ <view class="myCollected">
|
|
|
+ <view>已收藏的需求</view>
|
|
|
+ <image class="rightIcon" src="../../images/right.png"></image>
|
|
|
+ </view>
|
|
|
+ <view class="myCollected">
|
|
|
+ <view>已收藏的课程</view>
|
|
|
+ <image class="rightIcon" src="../../images/right.png"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <!-- 教员认证和课程发布 -->
|
|
|
+ <view class="teachCourse">
|
|
|
+ <view class="teachCourseDetail">
|
|
|
+ <view>教员认证</view>
|
|
|
+ <image class="rightArrow" src="../../images/right.png"></image>
|
|
|
+ </view>
|
|
|
+ <view class="teachCourseDetail" bindtap="toCoursePublish">
|
|
|
+ <view>发布新的课程</view>
|
|
|
+ <image class="rightArrow" src="../../images/right.png"></image>
|
|
|
+ </view>
|
|
|
+ <view class="teachCourseDetail">
|
|
|
+ <view>已发布的课程</view>
|
|
|
+ <image class="rightArrow" src="../../images/right.png"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <!-- 我的需求 -->
|
|
|
+ <view class="myNeed">
|
|
|
+ <view class="myNeedDetail" bindtap="toNeedPublis">
|
|
|
+ <view>发布新的需求</view>
|
|
|
+ <image class="rightArrow" src="../../images/right.png"></image>
|
|
|
+ </view>
|
|
|
+ <view class="teachCourseDetail">
|
|
|
+ <view>已发布的需求</view>
|
|
|
+ <image class="rightArrow" src="../../images/right.png"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <!-- 建议和投诉 -->
|
|
|
+ <view class="suggest">
|
|
|
+ <view class="suggestDetail">
|
|
|
+ <view>我的建议</view>
|
|
|
+ <image class="rightArrow" src="../../images/right.png"></image>
|
|
|
+ </view>
|
|
|
+ <view class="suggestDetail">
|
|
|
+ <view>我的投诉</view>
|
|
|
+ <image class="rightArrow" src="../../images/right.png"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|