123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- <!--pages/stuNeed/stuNeed.wxml-->
- <view>
- <view class="stuNeedArea">
- <!-- 学生姓名 -->
- <view class="stuInfo">
- <view class="stuInfo-title">姓<text decode="true">  </text>名*:</view>
- <input class="stuInput" type="text" placeholder="您的姓名" bindinput="getStuName" />
- </view>
- <!-- 学生手机号 -->
- <view class="stuInfo">
- <view class="stuInfo-title">手机号码*:</view>
- <input class="stuInput" type="number" placeholder="手机号码" bindinput="getStuPhone" />
- </view>
- <!-- 学生微信号 -->
- <view class="stuInfo">
- <view class="stuInfo-title">微<text decode="true"> </text>信<text decode="true"> </text>号*:</view>
- <input class="stuInput" type="text" placeholder="微信号(不便接听电话时微信沟通)" bindinput="getStuWeChat" />
- </view>
- <!-- 课程大类 -->
- <view class="stuInfo">
- <view>课程类别*:</view>
- <view class="stuCourse-wrapper" bindtap="chooseCourseTitle">
- <view class="stuCourse">{{chosedCourse || '请选择课程类别'}}</view>
- <view class="iconfont icon-xiangxia"></view>
- </view>
- </view>
- <!-- 课程细分小类 -->
- <view class="stuInfo">
- <view>课程细分*:</view>
- <view class="CourseDetail-wrapper">
- <view class="stuCourse">{{chosedCourse || '请先选择课程类别'}}</view>
- <view class="iconfont icon-xiangxia"></view>
- </view>
- </view>
- <!-- 辅导方式 -->
- <view class="stuInfo">
- <view>辅导方式*:</view>
- <view class="stuCourse">{{chosedCourse || '请选择'}}</view>
- <view class="iconfont icon-xiangxia"></view>
- </view>
- <!-- 学生性别 -->
- <view class="stuInfo">
- <view>学生性别*:</view>
- <view class="stuCourse">{{chosedCourse || '请选择'}}</view>
- <view class="iconfont icon-xiangxia"></view>
- </view>
- <!-- 课时费 -->
- <view class="stuInfo">
- <view class="stuInfo-title">课<text decode="true"> </text>时<text decode="true"> </text>费*:</view>
- <input class="stuInput" type="number" placeholder="请输入课时金额" />
- </view>
- <!-- 上课时间 -->
- <view>
- <text class="tr-title">上课时间*:</text>
- <view class="tr-container">
- <view class="tr_1">
- <text class="th_0" decode="true">    </text>
- <text class="th_1">周一</text>
- <text class="th_1">周二</text>
- <text class="th_1">周三</text>
- <text class="th_1">周四</text>
- <text class="th_1">周五</text>
- <text class="th_1">周六</text>
- <text class="th_2">周日</text>
- </view>
- <view class="tr_2">
- <checkbox-group>
- <view class="th2_0">上午</view>
- <checkbox class="th2_1"></checkbox>
- <checkbox class="th2_1"></checkbox>
- <checkbox class="th2_1"></checkbox>
- <checkbox class="th2_1"></checkbox>
- <checkbox class="th2_1"></checkbox>
- <checkbox class="th2_1"></checkbox>
- <checkbox class="th2_2"></checkbox>
- </checkbox-group>
- </view>
- <view class="tr_2">
- <checkbox-group>
- <view class="th2_0">下午</view>
- <checkbox class="th2_1"></checkbox>
- <checkbox class="th2_1"></checkbox>
- <checkbox class="th2_1"></checkbox>
- <checkbox class="th2_1"></checkbox>
- <checkbox class="th2_1"></checkbox>
- <checkbox class="th2_1"></checkbox>
- <checkbox class="th2_2"></checkbox>
- </checkbox-group>
- </view>
- <view class="tr_2">
- <checkbox-group>
- <view class="th2_0">晚上</view>
- <checkbox class="th2_1"></checkbox>
- <checkbox class="th2_1"></checkbox>
- <checkbox class="th2_1"></checkbox>
- <checkbox class="th2_1"></checkbox>
- <checkbox class="th2_1"></checkbox>
- <checkbox class="th2_1"></checkbox>
- <checkbox class="th2_2"></checkbox>
- </checkbox-group>
- </view>
- </view>
- </view>
- <!-- 期望达到的目标或效果 -->
- <view class="stuGoal">
- <text>期望达到的目标或效果:</text>
- <textarea class="goal" name="" id="" cols="30" rows="10" maxlength="140"></textarea>
- </view>
- <!-- 老师身份 -->
- <view class="stuInfo">
- <view>老师身份:</view>
- <view class="stuCourse">{{chosedCourse || '不限'}}</view>
- <view class="iconfont icon-xiangxia"></view>
- </view>
- <!-- 老师学历 -->
- <view class="stuInfo">
- <view>老师学历:</view>
- <view class="stuCourse">{{chosedCourse || '不限'}}</view>
- <view class="iconfont icon-xiangxia"></view>
- </view>
- <!-- 老师性别 -->
- <view class="stuInfo">
- <view>老师性别:</view>
- <view class="stuCourse">{{chosedCourse || '不限'}}</view>
- <view class="iconfont icon-xiangxia"></view>
- </view>
- <!-- 是否要求老师上传头像 -->
- <view class="stuInfo">
- <view>是否要求头像上传:</view>
- <view class="stuCourse">{{chosedCourse || '不限'}}</view>
- <view class="iconfont icon-xiangxia"></view>
- </view>
- <!-- 对老师的其他需求 -->
- <view class="stuGoal">
- <text>对老师的其他需求:</text>
- <textarea class="goal" name="" id="" cols="30" rows="10" maxlength="140"></textarea>
- </view>
- </view>
- <!-- 提交按钮 -->
- <button class="submitBtn" type="primary" bindtap="toSubmit">提交</button>
- </view>
- <!-- 底部空白区域,为了增加间隔效果,避免提交按钮完全贴着底边 -->
- <view class="blank"></view>
- <!-- 课程类别(大类) -->
- <view wx:if="{{showCourseTitle}}">
- <!-- 空白区(背景) -->
- <view class="mask" bindtap="hiddenCourseTitle"></view>
- <!-- 内容区 -->
- <view class="courseTitle-wrapper">
- <view class="courseTitle-head">
- <view bindtap="hiddenEdu" bindtap="hiddenCourseTitle">取消</view>
- <view bindtap="confirmEdu" bindtap="confirmCourseTitle">确定</view>
- </view>
- <view class="courseTitle-content" wx:for="{{courseList}}" wx:key="key" bindtap="onChooseCourseTitle" data-index="{{index}}">
- <view style="position: absolute;left: 40rpx;">{{item.name}}</view>
- <image style="position: absolute;right: 40rpx;" src="{{item.chosed?'/images/selected.png':'/images/selectNull.png'}}"></image>
- </view>
- </view>
- </view>
|