添加证书

This commit is contained in:
@fawn-nine
2024-09-14 16:06:35 +08:00
parent d3097edd2c
commit 5ee3ec4398
15 changed files with 407 additions and 133 deletions

View File

@@ -7,7 +7,7 @@
<view style="padding: 20rpx; background-color: #fff; border-bottom: 1px solid #eee;">当前课程{{courseTitle}}</view>
<view class="containerBg">
<view class="learnBox box">
<view class="newBox">
<view class="newBox" v-if="courseList.length > 0">
<view class="item flexbox" v-for="(item, index) in courseList" :key="index" @click="onPageJump('/pages/miniClass/classInfo',item.id)">
<!-- <view class="imgcontainer" :style="{backgroundImage:surl(item.image)}"> -->
<view class="imgcontainer" v-if="item.icon != ''" >
@@ -37,7 +37,9 @@
</view>
</view>
</view>
<view class="" v-else>
<u-divider text="当前课程下暂无可加入的小班"></u-divider>
</view>
</view>
<view>
<!-- <u-back-top scroll-top="100"></u-back-top> -->
@@ -229,7 +231,7 @@
method: "POST", // POST、GET、PUT、DELETE具体说明查看官方文档
data: {
"courseId": Number(this.courseId),
"state": '', //小班状态0待开班1已开班2完成
"state": '0', //小班状态0待开班1已开班2完成
"type": '' // 班类型 0小班 1联合班 2精英班
},
header: { //默认 无 说明:请求头