Browse Source

日常开发

林旭祥 2 weeks ago
parent
commit
7afb14ee50
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/gesture/index.vue

+ 2 - 2
src/views/gesture/index.vue

@@ -288,6 +288,8 @@ onBeforeMount(() => {
     }
     //获取手势状态
     if (e?.cmd == 'get_handcontroller_state' && e?.state == 0) {
+      //提示语
+      getTips();
       let handcontroller_id = deviceInfo.value.handcontroller_id;
       startHand(handcontroller_id);
     }
@@ -317,8 +319,6 @@ onBeforeMount(() => {
 onMounted(() => {
   //登录码
   getErweima();
-  //提示语
-  // getTips();
 });
 onBeforeUnmount(() => {
   getClearTimer();