This commit is contained in:
parent
8632f62a2e
commit
1a662648c2
|
@ -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
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue