You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pk8f3pmu2/pages/course_setting/course_setting.wxml

85 lines
1.8 KiB

5 years ago
<view class="container">
<!--"course_list_name":"数据结构",
"name":"数据结构",
"class_period":"30",
"credit":3,
"end_date":"2020-10-31",
"is_public":0,
"course_module_types":[
"shixun_homework",
"common_homework",
"group_homework",
"exercise",
"attachment",
"course_group"],
"school":"国防科技大学"-->
<form class="course-setting">
<view class="form-item form-wrap">
<text class="hint form-item">课程名称</text>
<input class="form-item"
placeholder="示例:大学数学"
name="course_list_name"
></input>
</view>
<view class="form-item form-wrap">
<text class="hint form-item">课堂名称</text>
<input class="form-item"
placeholder="示例大学数学2019春季A1班"
name="class_period">
</input>
</view>
<view class="form-item form-wrap">
<text class="hint form-item">总学时</text>
<input class="form-item"
name="class_period"
type="number">
</input>
</view>
<view class="form-item form-wrap">
<text class="hint form-item">学分</text>
<input class="form-item"
name="credit"
type="digit">
</input>
</view>
</form>
</view>
<!--
课程名称
正确示例:数据结构
错误示例数据结构2019春
课堂名称
0/60
正确示例数据结构2019春季班级
错误示例2019春季班级数据结构
总学时
0/5
学分
0/5
结束时间
课堂模块
公告栏
实训作业
普通作业
分组作业
毕业设计
试卷
问卷
资源
讨论
分班
统计
加入课堂条件
已实名认证
已职业认证 (勾选,则通过邀请码加入课堂的用户,需要完成相关认证才能加入课堂)
公开设置
公开课堂
(选中后本课堂对所有用户可见,否则仅本课堂成员可见)
课堂所属单位
-->