Commit 0a464ba0 by 陈岩

fix: 修复场景切换问题

1 parent cef019e6
......@@ -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>
......
......@@ -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>
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!