22285461@qq.com 3 months ago
parent
commit
accc93401e
4 changed files with 8 additions and 2 deletions
  1. 0 0
      dist/assets/index-DfclnlrV.js
  2. 1 1
      dist/index.html
  3. 1 1
      src/Network.ts
  4. 6 0
      src/components/ApplyUserInfo.vue

File diff suppressed because it is too large
+ 0 - 0
dist/assets/index-DfclnlrV.js


+ 1 - 1
dist/index.html

@@ -5,7 +5,7 @@
     <link rel="icon" type="image/svg+xml" href="/vite.svg"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"/>
     <title>桢禧文化</title>
-  <script type="module" crossorigin src="/assets/index-42NA_cfs.js"></script>
+  <script type="module" crossorigin src="/assets/index-DfclnlrV.js"></script>
   <link rel="stylesheet" crossorigin href="/assets/index-FrvreMPU.css">
 </head>
 <body>

+ 1 - 1
src/Network.ts

@@ -5,7 +5,7 @@ export namespace Network {
 
     let sendingTime: Map<string, number> = new Map()
 
-    let debugMode = true
+    let debugMode = false
 
     export function applyUserInfo(request: LocalModels.UserRequest, cb: (rsp: LocalModels.BaseResponse) => void) {
         post(getServerUrl() + "applyUserInfo", request.toData(), function (response: string) {

+ 6 - 0
src/components/ApplyUserInfo.vue

@@ -235,6 +235,12 @@ function applyInfo() {
         <el-button :disabled="subButtonDisabled" @click="applyInfo" type="primary">提交信息</el-button>
       </el-col>
     </el-row>
+    <el-row align="middle" style="margin-top: 20px">
+      <el-col :span="4"></el-col>
+      <el-col :span="18" align="left">
+        <el-text v-if="subButtonDisabled" type="primary">请稍等,正在提交信息,请不要退出页面...</el-text>
+      </el-col>
+    </el-row>
   </div>
 
   <el-row v-if="disablePage">

Some files were not shown because too many files changed in this diff