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
be6c8f61
Commit
be6c8f61
authored
Dec 11, 2023
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面注释掉返回按钮
parent
0797d2d6
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
newVideoDetail.vue
vedio/pagesC/video/newVideoDetail.vue
+1
-1
dotRecord.vue
vedio/pagesD/dotRecord/dotRecord.vue
+1
-1
payRecord.vue
vedio/pagesD/payRecord/payRecord.vue
+1
-1
useDotRecord.vue
vedio/pagesD/useDotRecord/useDotRecord.vue
+1
-1
watchRecord.vue
vedio/pagesD/watchRecord/watchRecord.vue
+1
-1
No files found.
vedio/pagesC/video/newVideoDetail.vue
View file @
be6c8f61
<
template
>
<view
style=
"width: 100%;height: 100%;"
>
<
status-title
style=
"position: absolute;"
iconColor=
"white"
:showBack=
"true"
/
>
<
!--
<status-title
style=
"position: absolute;"
iconColor=
"white"
:showBack=
"true"
/>
--
>
<swiper
class=
"swiper"
circular
@
change=
"swiperChange"
:current=
"current"
:vertical=
"true"
:duration=
"duration"
>
<swiper-item
v-for=
"(list, index) in displaySwiperList"
:key=
"index"
>
<view
style=
"width:100%; height:100%;"
>
...
...
vedio/pagesD/dotRecord/dotRecord.vue
View file @
be6c8f61
<
template
>
<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"
>
<view
v-for=
"(item, i) in dataList"
:key=
"i"
>
<view
class=
"flex m-20 pd-20"
style=
"background-color:white;border-radius:10rpx;"
>
...
...
vedio/pagesD/payRecord/payRecord.vue
View file @
be6c8f61
<
template
>
<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"
:defaultPageNo=
"1"
:defaultPageSize=
"500"
>
<view
v-for=
"(item, i) in dataList"
:key=
"i"
>
...
...
vedio/pagesD/useDotRecord/useDotRecord.vue
View file @
be6c8f61
<
template
>
<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"
>
<view
v-for=
"(item, i) in dataList"
:key=
"i"
>
<view
class=
"flex m-20 pd-20"
style=
"background-color:white;border-radius:10rpx;"
>
...
...
vedio/pagesD/watchRecord/watchRecord.vue
View file @
be6c8f61
<
template
>
<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"
:defaultPageNo=
"1"
:defaultPageSize=
"500"
>
<view
style=
"font-size: 30rpx;font-weight: 777;margin-left: 12rpx;margin-top: 10rpx;"
>
最近观看
</view>
...
...
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