暂存
This commit is contained in:
@@ -75,8 +75,8 @@
|
||||
<view class="flex_box classTitleBox">
|
||||
<image src="../../static/icon/class.png" mode="" style="width: 64rpx; height: 64rpx;"></image>
|
||||
<text class="mainTxt">
|
||||
<span style="font-weight: bold; padding: 0 16rpx;">{{linkClassList.length}}</span>
|
||||
个班级正在学习本门课程</text>
|
||||
<span style="font-weight: bold; padding: 0 16rpx;"></span>
|
||||
加入班级开始更加系统的学习</text>
|
||||
</view>
|
||||
<view class="btntext">
|
||||
<text @click="goClassLIst('/pages/miniClass/courseClassList', course.id,course.title)">前往查看 >></text>
|
||||
@@ -556,8 +556,8 @@
|
||||
method: "POST",
|
||||
data: {
|
||||
"courseId": this.courseId,
|
||||
"state": '0', //小班状态0待开班1已开班2完成
|
||||
"type": '0'
|
||||
"state": '', //小班状态0待开班1已开班2完成
|
||||
"type": ''
|
||||
},
|
||||
header: {
|
||||
//默认 无 说明:请求头
|
||||
|
||||
Reference in New Issue
Block a user