Browse Source

初级认证显示手机号和区号,修改首页字眼,登录和注册的样式,币币布局

master
liaoxinyu 1 week ago
parent
commit
d47f2911b0
  1. 2
      src/i18n/en.json
  2. 2
      src/i18n/tw.json
  3. 4
      src/views/profile/certification.vue

2
src/i18n/en.json

@ -813,7 +813,7 @@
"tips1": "Primary Certification: To withdraw cash, you need to complete advanced certification.", "tips1": "Primary Certification: To withdraw cash, you need to complete advanced certification.",
"tips2": "Advanced Certification: Up to 500k USDT 24-hour withdrawal limit. For more withdrawal amount, please contact customer service", "tips2": "Advanced Certification: Up to 500k USDT 24-hour withdrawal limit. For more withdrawal amount, please contact customer service",
"date1": "Please enter the date.", "date1": "Please enter the date.",
"phonenumber": "Date or area code cannot be empty." "phonenumber": "Area code or phone number cannot be empty."
}, },
"setting": { "setting": {
"smsVer": "SMS Verification", "smsVer": "SMS Verification",

2
src/i18n/tw.json

@ -755,7 +755,7 @@
"tips1": "初級認證:要選取現金,您需要完成高級認證。", "tips1": "初級認證:要選取現金,您需要完成高級認證。",
"tips2": "高級認證:最高5000USDT 24小時提款限額。 如需更多取款金額,請聯系客服", "tips2": "高級認證:最高5000USDT 24小時提款限額。 如需更多取款金額,請聯系客服",
"date1": "請輸入日期", "date1": "請輸入日期",
"phonenumber": "日期或區號不能為空" "phonenumber": "區號或電話號碼不能為空"
}, },
"setting": { "setting": {
"smsVer": "簡訊驗證", "smsVer": "簡訊驗證",

4
src/views/profile/certification.vue

@ -102,8 +102,8 @@
<label>{{$t('profile.additionalInformation')}}{{$t('profile.optional')}}</label> <label>{{$t('profile.additionalInformation')}}{{$t('profile.optional')}}</label>
<input type="text" v-model="form.extra" class="form-control" placeholder /> <input type="text" v-model="form.extra" class="form-control" placeholder />
</div> --> </div> -->
<div class="label my-2 blue" v-if="0">{{$t('profile.contactInformation')}}</div> <div class="label my-2 blue">{{$t('profile.contactInformation')}}</div>
<div class="form-row" v-if="0"> <div class="form-row">
<!-- <div class="form-group col-md-12"> --> <!-- <div class="form-group col-md-12"> -->
<!-- <label>{{$t('profile.phoneNumber')}}*</label> --> <!-- <label>{{$t('profile.phoneNumber')}}*</label> -->
<!-- <div class="input-group mb-3"> --> <!-- <div class="input-group mb-3"> -->

Loading…
Cancel
Save