Handy_Cao 1 tydzień temu
rodzic
commit
9593b3b1d0

+ 1 - 1
oem/digital/config/appconfig.json

@@ -3,7 +3,7 @@
   "appName": "Digital",
   "version": "1.0.0",
   "versionCode": "100000",
-  "apiUrl": "http://192.168.31.169:8080/cfg?key=test_169",
+  "apiUrl": "http://192.168.31.204:8080/cfg?key=test_204",
   "tradeChannel": "ws",
   "modules": [
     "register"

+ 2 - 1
public/locales/en-US.json

@@ -1577,7 +1577,8 @@
             "pleaseselectthecardtype": "Please select document type",
             "openfailure": "Account opening failed, your age does not meet the requirements for opening an account",
             "opensuccess": "Real-name authentication submission request successful",
-            "example": "Example"
+            "example": "Example",
+            "filling": "Information filling"
         },
         "avater": {
             "title": "Profile picture",

+ 2 - 1
public/locales/th-TH.json

@@ -1580,7 +1580,8 @@
             "pleaseselectthecardtype": "กรุณาเลือกประเภทเอกสาร",
             "openfailure": "การเปิดบัญชีล้มเหลว เนื่องจากอายุของคุณไม่ตรงตามเงื่อนไข",
             "opensuccess": "ส่งคำขอยืนยันตัวตนสำเร็จ",
-            "example": "ตัวอย่างการถ่ายภาพ"
+            "example": "ตัวอย่างการถ่ายภาพ",
+            "filling": "信息填寫"
         },
         "avater": {
             "title": "รูปโปรไฟล์",

+ 2 - 1
public/locales/vi-VN.json

@@ -1577,7 +1577,8 @@
             "pleaseselectthecardtype": "Vui lòng chọn loại giấy tờ",
             "openfailure": "Mở tài khoản thất bại, tuổi của bạn không đáp ứng yêu cầu.",
             "opensuccess": "Yêu cầu gửi xác thực danh tính thành công",
-            "example": "Chụp ảnh ví dụ"
+            "example": "Chụp ảnh ví dụ",
+            "filling": "信息填写"
         },
         "avater": {
             "title": "Ảnh đại diện",

+ 2 - 1
public/locales/zh-CN.json

@@ -1580,7 +1580,8 @@
             "pleaseselectthecardtype": "请选择证件类型",
             "openfailure": "开户失败,您的年龄不符合开户要求",
             "opensuccess": "实名认证提交请求成功",
-            "example": "拍照示例"
+            "example": "拍照示例",
+            "filling": "信息填写"
         },
         "avater": {
             "title": "头像",

+ 2 - 1
public/locales/zh-TW.json

@@ -1580,7 +1580,8 @@
             "pleaseselectthecardtype": "請選擇證件類型",
             "openfailure": "開戶失敗,您的年齡不符合開戶要求",
             "opensuccess": "實名認證提交請求成功",
-            "example": "拍照示例"
+            "example": "拍照示例",
+            "filling": "信息填寫"
         },
         "avater": {
             "title": "頭像",

+ 1 - 1
src/packages/mobile/views/account/certification/Index.vue

@@ -5,7 +5,7 @@
             <app-navbar :title="$t('user.authentication.title')" />
         </template>
         <Form ref="formRef" class="g-form__container" @submit="onSubmit">
-            <CellGroup title="信息填写" inset>
+            <CellGroup :title="$t('user.authentication.mobile')" inset>
                 <Field v-model="formData.username" name="username" :label="$t('user.authentication.customername')"
                     :placeholder="$t('user.authentication.pleaseentertheusername')" :rules="formRules.username" />
                 <Field name="cardtype" :label="$t('user.authentication.cardtype')" :rules="formRules.cardtype" is-link>