liyongli 1 周之前
父节点
当前提交
4e9f9f979c
共有 2 个文件被更改,包括 1 次插入3 次删除
  1. 1 1
      src/view/fenghui/index.vue
  2. 0 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="lang[langType].notes" type="textarea"
+                    <van-field label-width="7em" v-model="from.message" rows="3" autosize :label="lang[langType].ortherNotes" type="textarea"
                         :placeholder="lang[langType].ortherNotesContent" />
                 </van-cell-group>
             </div>

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

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