liyongli 1 mesiac pred
rodič
commit
760d8c8f92

+ 2 - 1
src/view/fenghui/en.js

@@ -1,5 +1,6 @@
 export default {
-    "searchText": "Please enter search keywords",
+    "timesText": "可修改2次",
+    "searchText": "Only one chance to modify",
     "technicalAdvice": "Technical Support:455769421@qq.com,+86-15809218541",
     "level": "Position Level",
     "levelContent": "Position Level",

+ 1 - 0
src/view/fenghui/es.js

@@ -1,4 +1,5 @@
 export default {
+    "timesText": "Solo una oportunidad de modificación",
     "searchText": "Por favor, introduzca la palabra clave de búsqueda",
     "technicalAdvice": "Consultoría técnica: 455769421@qq.com",
     "level": "Obligatorio- Nivel",

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

@@ -221,7 +221,7 @@ const onSubmit = () => {
         // });
         loading.value = false
         showDialog({
-            message: lang[props.langType].registration,
+            message: lang[props.langType].upRegistration,
         })
     }).catch((res) => {
         loading.value = false

+ 1 - 0
src/view/fenghui/introduction.vue

@@ -213,6 +213,7 @@
                     <van-field size="large" v-model="form.password" name="password" :label="lang[langType].passport"
                         :placeholder="lang[langType].passportContent" required
                         :rules="[{ required: true, message: lang[langType].passportContent }]" />
+                    <p style="color: red;font-size: 0.9rem;line-height: 1.5em;height: 1.5em;text-align: center;" v-text="lang[langType].timesText"></p>
                 </van-cell-group>
                 <div style="margin: 16px;">
                     <van-button round block type="primary" size="small" native-type="submit">

+ 1 - 0
src/view/fenghui/zh.js

@@ -1,4 +1,5 @@
 export default {
+    "timesText": "仅有一次修改机会",
     "searchText": "请输入搜索关键词",
     "technicalAdvice": "技术咨询:455769421@qq.com,+86-18502918086",
     "identityType": "身份类别",