修改障碍物

main
suixy 3 months ago
parent 97ac4993f7
commit 675933d87b

@ -827,9 +827,13 @@ const setDot = (e) => {
rulerRef.value.setDot(dots) rulerRef.value.setDot(dots)
} }
const table1Current = (e, v) => { const table1Current = (e, v) => {
console.log(e) if (dotIndex.value === e.index) {
dotIndex.value = -1
} else {
dotIndex.value = e.index || 0 dotIndex.value = e.index || 0
} }
console.log(e)
}
</script> </script>
<style> <style>
.app-container { .app-container {

Loading…
Cancel
Save