Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
7e65a81d
Commit
7e65a81d
authored
Jul 24, 2025
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
default tab
parent
4373bf0b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
pages/courselist/courselist.vue
+3
-3
No files found.
pages/courselist/courselist.vue
View file @
7e65a81d
...
...
@@ -27,8 +27,8 @@
<view
class=
"productBox"
>
<view
class=
"productList"
:style=
"
{marginTop}">
<view
class=
"tabBox"
>
<view
:class=
"
{'actived': courseClassify==
2}" @click="courseClassify=2
;courseList()">
<text>
咨询产品
</text></view>
<view
:class=
"
{'actived': courseClassify==
1}" @click="courseClassify=1
;courseList()">
<text>
规划产品
</text></view>
<view
:class=
"
{'actived': courseClassify==
4}" @click="courseClassify=4
;courseList()">
<text>
咨询产品
</text></view>
<view
:class=
"
{'actived': courseClassify==
3}" @click="courseClassify=3
;courseList()">
<text>
规划产品
</text></view>
</view>
<view
class=
"productItem"
v-for=
"item in localCourseInfos"
:key=
"item.fileId"
>
<view
class=
"top"
@
click=
"goDetail(item)"
>
...
...
@@ -162,7 +162,7 @@
env
:
dataHandling
.
getRuntimeEnv2
(),
shareItem
:{},
//分享的产品
sharelogin
:
false
,
courseClassify
:
2
,
courseClassify
:
4
,
}
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment