vip功能发布

This commit is contained in:
liuyuan
2025-02-20 09:58:38 +08:00
parent 346da3ec4e
commit a328984b24
6 changed files with 295 additions and 300 deletions

View File

@@ -155,34 +155,21 @@ export default {
searchValue: "",
// 一级分类标题1
cateList: [
{
title: "我的课程",
type: 1,
apiUrl: "sociology/course/getUserCourseBuy",
},
{
title: "正在学习",
type: 0,
apiUrl: "sociology/course/getUserCourseStudying",
},
{
title: "我的课程",
type: 1,
// apiUrl: "sociology/course/getUserCourseBuy",
apiUrl: "sociology/course/getUserCourseBuy",
},
{
title: "过期课程",
type: 2,
apiUrl: "sociology/course/getCourseExpire",
},
// {
// title: "未开始",
// type: 2,
// },
// {
// title: "其他",
// type: 4,
// oid: 'd0f47071c2194e94845fbb373d06f59d',
// }
}
], // 一级分类标题1
twoCateList: [], // 二级分类标题

View File

@@ -239,7 +239,7 @@
<style lang="scss">
.wrapper{
background: white;
min-height: 60vh;
min-height: 100vh;
.header{
height: 100rpx;
background: orange;