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
42559b8a
Commit
42559b8a
authored
Jul 25, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
参数修改
parent
1b7bd109
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
browsingHistory.vue
src/views/personalCenter/component/browsingHistory.vue
+3
-3
No files found.
src/views/personalCenter/component/browsingHistory.vue
View file @
42559b8a
...
...
@@ -33,7 +33,7 @@
<div
class=
"pagination"
>
<el-pagination
v-show=
"total>0"
:current-page=
"queryParams.page
Num
"
:current-page=
"queryParams.page"
:page-sizes=
"[12]"
:page-size=
"queryParams.pageSize"
layout=
"total, sizes, prev, pager, next, jumper"
...
...
@@ -56,7 +56,7 @@ export default {
baseUrl
:
process
.
env
.
VUE_APP_BASE_API
,
queryParams
:
{
userId
:
store
.
getters
.
businessId
,
page
Num
:
1
,
page
:
1
,
pageSize
:
12
},
total
:
0
,
...
...
@@ -93,7 +93,7 @@ export default {
})
},
currentChange
(
page
)
{
this
.
queryParams
.
page
Num
=
page
this
.
queryParams
.
page
=
page
this
.
getPclessonbrowse
()
}
}
...
...
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