Browse Source

Update index.tsx

lex 9 months ago
parent
commit
533758b20d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/activation-code/instrument-registration/index.tsx

+ 1 - 1
src/views/activation-code/instrument-registration/index.tsx

@@ -16,7 +16,7 @@ export default defineComponent({
     const router = useRouter();
     const state = reactive({
       progressRate: 0,
-      statusShow: true,
+      statusShow: false,
       mobile: '',
       loading: false
     });