Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uniapp_vedio
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
android
uniapp_vedio
Commits
44041618
Commit
44041618
authored
Nov 03, 2023
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
记录添加分页
parent
fd3fa185
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
payRecord.vue
vedio/pagesD/payRecord/payRecord.vue
+7
-2
watchRecord.vue
vedio/pagesD/watchRecord/watchRecord.vue
+7
-2
No files found.
vedio/pagesD/payRecord/payRecord.vue
View file @
44041618
<
template
>
<
template
>
<view
class=
"body"
>
<view
class=
"body"
>
<status-title
:showBack=
"true"
>
我的订单
</status-title>
<status-title
:showBack=
"true"
>
我的订单
</status-title>
<z-paging
class=
"flex-1"
ref=
"paging"
v-model=
"dataList"
@
query=
"queryList"
>
<z-paging
class=
"flex-1"
ref=
"paging"
v-model=
"dataList"
@
query=
"queryList"
:defaultPageNo=
"1"
:defaultPageSize=
"500"
>
<view
v-for=
"(item, i) in dataList"
:key=
"i"
>
<view
v-for=
"(item, i) in dataList"
:key=
"i"
>
<view
class=
"flex m-20 pd-20"
<view
class=
"flex m-20 pd-20"
style=
"justify-content:space-between;background-color:white;border-radius:10rpx;"
>
style=
"justify-content:space-between;background-color:white;border-radius:10rpx;"
>
...
@@ -39,6 +40,10 @@
...
@@ -39,6 +40,10 @@
queryList
(
page
,
size
)
{
queryList
(
page
,
size
)
{
this
.
post
({
this
.
post
({
url
:
'/vip/getOrderList'
,
url
:
'/vip/getOrderList'
,
data
:
{
page
,
size
},
showLoading
:
false
,
showLoading
:
false
,
success
:
({
success
:
({
data
data
...
...
vedio/pagesD/watchRecord/watchRecord.vue
View file @
44041618
<
template
>
<
template
>
<view
class=
"body"
>
<view
class=
"body"
>
<status-title
:showBack=
"true"
>
观看记录
</status-title>
<status-title
:showBack=
"true"
>
观看记录
</status-title>
<z-paging
class=
"flex-1"
ref=
"paging"
v-model=
"dataList"
@
query=
"queryList"
>
<z-paging
class=
"flex-1"
ref=
"paging"
v-model=
"dataList"
@
query=
"queryList"
:defaultPageNo=
"1"
:defaultPageSize=
"500"
>
<view
style=
"font-size: 30rpx;font-weight: 777;margin-left: 12rpx;margin-top: 10rpx;"
>
最近观看
</view>
<view
style=
"font-size: 30rpx;font-weight: 777;margin-left: 12rpx;margin-top: 10rpx;"
>
最近观看
</view>
<view
v-for=
"(item, i) in dataList"
:key=
"i"
>
<view
v-for=
"(item, i) in dataList"
:key=
"i"
>
...
@@ -69,6 +70,10 @@
...
@@ -69,6 +70,10 @@
queryList
(
page
,
size
)
{
queryList
(
page
,
size
)
{
this
.
post
({
this
.
post
({
url
:
'/vedio/history'
,
url
:
'/vedio/history'
,
data
:
{
page
,
size
},
showLoading
:
false
,
showLoading
:
false
,
success
:
({
success
:
({
data
data
...
...
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