Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea_resources_pc
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
tea_resources_pc
Commits
f5b66759
Commit
f5b66759
authored
Jul 25, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
课程商城筛选参数修改
parent
9dcaf639
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
index.vue
src/views/courseResources/courseMall/index.vue
+3
-1
No files found.
src/views/courseResources/courseMall/index.vue
View file @
f5b66759
...
...
@@ -75,7 +75,7 @@
@
input=
"getCourseByPagination"
/>
</el-tab-pane>
<el-tab-pane
v-if=
"mallIdentityType === 'college'"
:label=
"cultureName"
name=
"
3
"
>
<el-tab-pane
v-if=
"mallIdentityType === 'college'"
:label=
"cultureName"
name=
"
1
"
>
<screen
v-model=
"queryParams.tecClassifySchool"
class=
"tabScreen"
...
...
@@ -306,6 +306,7 @@ export default {
onlyTryToSee
:
false
,
// 只看已购
onlyPurchased
:
false
,
classPlanSchool
:
''
,
// 搜索条件
queryParams
:
{
// 分页
...
...
@@ -629,6 +630,7 @@ export default {
isPay
:
this
.
onlyFree
&&
!
this
.
onlyPurchased
?
'0'
:
!
this
.
onlyFree
&&
this
.
onlyPurchased
?
'1'
:
''
,
lessonIsPay
:
this
.
onlyFree
?
'0'
:
this
.
onlyPurchased
?
'1'
:
this
.
onlyTryToSee
?
'3'
:
null
,
classPlan
:
this
.
mallIdentityType
===
'firm'
?
this
.
queryParams
.
classPlan
:
null
,
classPlanSchool
:
this
.
mallIdentityType
===
'college'
?
this
.
queryParams
.
classPlan
:
null
,
flag
:
'1'
,
lessonType
:
this
.
mallIdentityType
===
'firm'
?
'0'
:
'1'
}
...
...
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