课程大纲

This commit is contained in:
@fawn-nine
2024-06-06 16:43:44 +08:00
parent b295b7ef4a
commit 62282727ff
4 changed files with 286 additions and 3 deletions

View File

@@ -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({