|
@@ -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();
|