From 0e281407680aff6271e569b42cf389d0b1a875e1 Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Tue, 25 Jun 2024 11:34:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=85v=E8=AF=BE=E7=A8=8B=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=B4=AD=E4=B9=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/buyPup.vue | 4 +- pages/course/chapterDetail.vue | 1 + pages/course/coursePrice.vue | 166 +++++++++++++++++++++-- pages/course/myCourse.vue | 22 ++- pages/course/myCourseLearn.vue | 26 +++- pages/course/vipCourse.vue | 237 +++++++++++++++++++++++++++++++++ 6 files changed, 432 insertions(+), 24 deletions(-) create mode 100644 pages/course/vipCourse.vue diff --git a/components/buyPup.vue b/components/buyPup.vue index 7c2676c..43aa968 100644 --- a/components/buyPup.vue +++ b/components/buyPup.vue @@ -143,7 +143,9 @@ font-size: 26rpx; color: #333; margin-bottom: 10rpx; - line-height: 80rpx; + padding-top:20rpx ; + padding-bottom:20rpx ; + line-height:40rpx; border-radius: 50rpx; border: 1px solid #eee; } diff --git a/pages/course/chapterDetail.vue b/pages/course/chapterDetail.vue index 7bfc3c6..ac0a374 100644 --- a/pages/course/chapterDetail.vue +++ b/pages/course/chapterDetail.vue @@ -324,6 +324,7 @@ export default { this.options = options; this.getCourseDescriptionData(); + console.log(this.options,'this.options-------------') // this.getUserInfo() // this.getCateList() }, diff --git a/pages/course/coursePrice.vue b/pages/course/coursePrice.vue index 6f33324..6ce4387 100644 --- a/pages/course/coursePrice.vue +++ b/pages/course/coursePrice.vue @@ -3,33 +3,66 @@ + + + + + - - - - {{item1.title}} + + + + VIP畅学权益生效中 + + {{item1.title}} + + - + + + 【{{item2.title}}】 - + + 半年:¥{{item2.halfFee}} 元整年:¥{{item2.fee}} 元 + style="margin-left: 20rpx;">整年:¥{{item2.fee}} 元 + 立即购买 - 已购买 + 已购买 + - + @@ -41,12 +74,14 @@ + \ No newline at end of file