vip功能发布
This commit is contained in:
@@ -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: [], // 二级分类标题
|
||||
|
||||
|
||||
@@ -239,7 +239,7 @@
|
||||
<style lang="scss">
|
||||
.wrapper{
|
||||
background: white;
|
||||
min-height: 60vh;
|
||||
min-height: 100vh;
|
||||
.header{
|
||||
height: 100rpx;
|
||||
background: orange;
|
||||
|
||||
Reference in New Issue
Block a user