浏览代码

feat 决策

sys5923812@126.com 1 周之前
父节点
当前提交
9be90e9c60
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/xjc-integratedmachine/wakeup/rainbow/index.vue

+ 2 - 0
src/views/xjc-integratedmachine/wakeup/rainbow/index.vue

@@ -166,6 +166,8 @@
         console.log("dis:", distance)
         if (distance <= out_height.value - raduis_half[0] && distance > out_height.value - raduis_half[1]) {
             console.log("t1")
+        }else if (distance <= out_height.value - raduis_half[1] && distance > out_height.value - raduis_half[2]) {
+            console.log("t2")
         }