Browse Source

日常开发

林旭祥 5 months ago
parent
commit
3d306864d3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/train/multiple.vue
  2. 1 1
      src/views/train/test.vue

+ 1 - 1
src/views/train/multiple.vue

@@ -239,7 +239,7 @@ const getAllRetestFace = async () => {
 */
 */
 const confirmExit = () => {
 const confirmExit = () => {
   let handcontroller_id = parameter.value.handcontroller;
   let handcontroller_id = parameter.value.handcontroller;
-  proxy?.$modal.confirm(handcontroller_id ? `请举左手确认退出` : `确定退出吗?`).then(() => {
+  proxy?.$modal.confirm(handcontroller_id ? `请保持两秒确认退出` : `确定退出吗?`).then(() => {
     getExit();
     getExit();
   }).finally(() => {
   }).finally(() => {
   });
   });

+ 1 - 1
src/views/train/test.vue

@@ -392,7 +392,7 @@ const getAgain = async () => {
 */
 */
 const confirmExit = () => {
 const confirmExit = () => {
   let handcontroller_id = parameter.value.handcontroller;
   let handcontroller_id = parameter.value.handcontroller;
-  proxy?.$modal.confirm(handcontroller_id ? `请举左手确认退出` : `确定退出吗?`).then(() => {
+  proxy?.$modal.confirm(handcontroller_id ? `请保持两秒确认退出` : `确定退出吗?`).then(() => {
     getExit();
     getExit();
   }).finally(() => {
   }).finally(() => {
   });
   });