tijiao
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<template><page-meta
|
||||
:page-font-size="$baseFontSize() + 'px'"
|
||||
:root-font-size="$baseFontSize() + 'px'"
|
||||
></page-meta>
|
||||
<template>
|
||||
<page-meta
|
||||
:page-font-size="$baseFontSize() + 'px'"
|
||||
:root-font-size="$baseFontSize() + 'px'"
|
||||
></page-meta>
|
||||
<view class="container commonPageBox commonDetailPage">
|
||||
<z-nav-bar
|
||||
title="我的课程"
|
||||
@@ -29,7 +30,6 @@
|
||||
}"
|
||||
>
|
||||
<template slot="tabs" slot-scope="slotProps">
|
||||
|
||||
<common-sticky
|
||||
label="title"
|
||||
itemStyle="width:33%;padding-left: 15px; padding-right: 15px; height: 68rpx;"
|
||||
@@ -41,7 +41,6 @@
|
||||
<template slot="otherContent" slot-scope="slotProps">
|
||||
<view style="padding-top: 80px" v-if="!$store.state.loadingShow">
|
||||
<u-alert
|
||||
|
||||
style="width: 100%; z-index: 10"
|
||||
type="warning"
|
||||
:title="`尊贵的${
|
||||
@@ -155,11 +154,11 @@ export default {
|
||||
searchValue: "",
|
||||
// 一级分类标题1
|
||||
cateList: [
|
||||
{
|
||||
title: "我的课程",
|
||||
type: 1,
|
||||
apiUrl: "sociology/course/getUserCourseBuy",
|
||||
},
|
||||
{
|
||||
title: "我的课程",
|
||||
type: 1,
|
||||
apiUrl: "sociology/course/getUserCourseBuy",
|
||||
},
|
||||
{
|
||||
title: "正在学习",
|
||||
type: 0,
|
||||
@@ -169,7 +168,7 @@ export default {
|
||||
title: "过期课程",
|
||||
type: 2,
|
||||
apiUrl: "sociology/course/getCourseExpire",
|
||||
}
|
||||
},
|
||||
], // 一级分类标题1
|
||||
twoCateList: [], // 二级分类标题
|
||||
|
||||
@@ -592,7 +591,7 @@ export default {
|
||||
.wrapper {
|
||||
background: white;
|
||||
position: absolute;
|
||||
height: 100vh;
|
||||
height: 100vh;
|
||||
.header {
|
||||
height: 100rpx;
|
||||
background: orange;
|
||||
@@ -628,7 +627,9 @@ export default {
|
||||
justify-content: space-between;
|
||||
.title {
|
||||
font-size: 40rpx;
|
||||
font-family: PingFangSC-Semibold, PingFang SC;
|
||||
font-family:
|
||||
PingFangSC-Semibold,
|
||||
PingFang SC;
|
||||
font-weight: 600;
|
||||
color: #333333;
|
||||
margin-left: 30rpx;
|
||||
|
||||
Reference in New Issue
Block a user