From 62282727ffcd78215dd6afbc4d974637b608ed2b Mon Sep 17 00:00:00 2001
From: "@fawn-nine" <1271023382@qq.com>
Date: Thu, 6 Jun 2024 16:43:44 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E5=A4=A7=E7=BA=B2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/course/coursePrice.vue | 107 +++++++++++++++++++++
pages/course/courseSet.vue | 1 +
pages/course/outline.vue | 6 +-
pages/course/platformInfo.vue | 175 ++++++++++++++++++++++++++++++++++
4 files changed, 286 insertions(+), 3 deletions(-)
create mode 100644 pages/course/coursePrice.vue
create mode 100644 pages/course/platformInfo.vue
diff --git a/pages/course/coursePrice.vue b/pages/course/coursePrice.vue
new file mode 100644
index 0000000..b655a71
--- /dev/null
+++ b/pages/course/coursePrice.vue
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+
+
+
+
+
+ {{item1.title}}--
+
+
+ {{item2.title}}
+ 半年:¥{{item2.halfFee}}整年:¥{{item2.fee}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/course/courseSet.vue b/pages/course/courseSet.vue
index 313069c..9ea4a8c 100644
--- a/pages/course/courseSet.vue
+++ b/pages/course/courseSet.vue
@@ -205,6 +205,7 @@
if (res.code == 0 && res.labels.length > 0) {
this.treeList = res.labels
this.getCourseInfo(this.treeList[0].id)
+ // console.log(this.treeList[0].id,'+++++')
this.showDrawer('showRight')
} else {
this.treeList = []
diff --git a/pages/course/outline.vue b/pages/course/outline.vue
index d510cef..7aeb14d 100644
--- a/pages/course/outline.vue
+++ b/pages/course/outline.vue
@@ -87,13 +87,13 @@
var path = ''
switch(op){
case "jiage":
- path = '/'
+ path = '/pages/course/coursePrice'
break
case "shuoming":
- path = '/pages/course/illustrate';
+ path = '/pages/course/courseSet';
break;
case "jianjie":
- path = '/pages/course/outline';
+ path = '/pages/course/platformInfo';
break;
}
uni.navigateTo({
diff --git a/pages/course/platformInfo.vue b/pages/course/platformInfo.vue
new file mode 100644
index 0000000..defec1c
--- /dev/null
+++ b/pages/course/platformInfo.vue
@@ -0,0 +1,175 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file