修复pc端操作融合带 伽马值校正时不发送数据
This commit is contained in:
parent
9b677d7828
commit
9cd50bc908
|
@ -916,6 +916,7 @@ export default defineComponent({
|
||||||
} else {
|
} else {
|
||||||
array[group.value][now_apg.value] = toDecimal(array[group.value][now_apg.value] - 0.1)
|
array[group.value][now_apg.value] = toDecimal(array[group.value][now_apg.value] - 0.1)
|
||||||
}
|
}
|
||||||
|
chang(now_apg.value)
|
||||||
}, 30)
|
}, 30)
|
||||||
}, 1000);
|
}, 1000);
|
||||||
if (fun == '+') {
|
if (fun == '+') {
|
||||||
|
@ -923,6 +924,7 @@ export default defineComponent({
|
||||||
} else {
|
} else {
|
||||||
array[group.value][now_apg.value] = toDecimal(array[group.value][now_apg.value] - 0.1)
|
array[group.value][now_apg.value] = toDecimal(array[group.value][now_apg.value] - 0.1)
|
||||||
}
|
}
|
||||||
|
chang(now_apg.value)
|
||||||
}
|
}
|
||||||
const handlerTouchend_apg = () => {
|
const handlerTouchend_apg = () => {
|
||||||
clearTimeout(loop__apg_end)
|
clearTimeout(loop__apg_end)
|
||||||
|
|
Loading…
Reference in New Issue