Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
蒋秀川
/
miniProject
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 0a464ba0
authored
Feb 02, 2026
by
陈岩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 修复场景切换问题
1 parent
cef019e6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
h5/index.html
h5/src/views/video/index.vue
h5/index.html
View file @
0a464ba
...
...
@@ -7,7 +7,7 @@
content=
"width=device-width,viewport-fit=cover,initial-scale=1.0,maximum-scale=1.0, user-scalable=no"
/>
<title>
视频巡店
</title>
<script
src=
"/JessibucaPro/jessibuca-pro-demo.js?v=260202"
></script>
<script
src=
"/JessibucaPro/jessibuca-pro-demo.js?v=260202
_v1
"
></script>
<script
src=
"/static/uni.webview.1.5.5.js"
></script>
</head>
<body>
...
...
h5/src/views/video/index.vue
View file @
0a464ba
...
...
@@ -118,7 +118,7 @@
</div>
</div>
<!-- 监控点选择器 -->
<van-popup
v-model:show=
"pointPopupShow"
round
position=
"bottom"
>
<van-popup
v-model:show=
"pointPopupShow"
round
position=
"bottom"
:lock-scroll=
"false"
>
<van-picker
:default-index=
"pointListIndex"
:title=
"paramObj.name"
:columns=
"pointList"
:option-height=
"40"
@
confirm=
"pointConfirm"
@
cancel=
"pointPopupShow = false"
/>
</van-popup>
...
...
@@ -1112,4 +1112,8 @@ onMounted(() => {
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
:deep
(
.van-picker__columns
)
{
-webkit-overflow-scrolling
:
touch
;
touch-action
:
pan-y
;
}
</
style
>
Write
Preview
Markdown
is supported
Attach a file
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 post a comment