liyongli 1 week ago
parent
commit
bbfe2d3587
2 changed files with 5 additions and 3 deletions
  1. 1 1
      src/view/fenghui/index.vue
  2. 4 2
      src/view/fenghui/lang.js

+ 1 - 1
src/view/fenghui/index.vue

@@ -65,7 +65,7 @@
                     </van-popup>
                     <br />
                     <h4 class="title" v-text="lang[langType].orther"></h4>
-                    <van-field label-width="7em" v-model="from.message" rows="3" autosize label="备注" type="textarea"
+                    <van-field label-width="7em" v-model="from.message" rows="3" autosize :label="lang[langType].notes" type="textarea"
                         :placeholder="lang[langType].ortherNotesContent" />
                 </van-cell-group>
             </div>

+ 4 - 2
src/view/fenghui/lang.js

@@ -42,6 +42,7 @@ export default {
         "selectFile": "请选择文件",
         "registration": "报名成功",
         "registrationError": "报名失败",
+        "notes": "备注",
     },
     "en": {
         "forumTopic": "Forum Theme",
@@ -84,7 +85,8 @@ export default {
         "upFileError": "Upload failed",
         "upFileSusscess": "Upload successful",
         "selectFile": "Please select a file",
-        "registration": "报名成功",
-        "registrationError": "报名失败",
+        "notes": "Notes",
+        "registration": "Registration successful",
+        "registrationError": "Registration failed",
     }
 }