This commit is contained in:
汪汇 2024-01-16 10:07:43 +08:00
parent 8632f62a2e
commit 1a662648c2
1 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ const showdata = ref({});
const dropdown = reactive({
sesh: "",
value1: 0,
hinegh: 256,
hinegh: 280,
value1: 0,
value2: 0,
value3: 0,
@ -308,7 +308,7 @@ const yxfwxz = (e) => {
};
const touchmove = (event) => {
if (
document.body.clientHeight - event.touches[0].clientY >= 256 &&
document.body.clientHeight - event.touches[0].clientY >= 280 &&
document.body.clientHeight - event.touches[0].clientY <=
document.body.clientHeight
) {