Browse Source

修改提币撤销的英文

master
liaoxinyu 8 months ago
parent
commit
7aaad662ba
  1. 2
      src/i18n/en.json
  2. 2
      src/views/profile/index.vue

2
src/i18n/en.json

@ -971,7 +971,7 @@
"d1": "Close Short",
"d2": "Open short",
"d3": "Close Long",
"d4": "Undo successfully",
"d4": "Cancel successful",
"d5": "Open",
"d6": "Close",
"d7": "Trigger Price",

2
src/views/profile/index.vue

@ -63,7 +63,7 @@
<div class="txt">{{$t('profile.max')}} 500K USDT</div>
<div class="btn">
<span v-if="detail.user_auth_level==2" class="btn btn-sm btn-primary btn-primary1 rounded-pill">{{$t('profile.clickToVerify1')}}</span>
<button type="button" v-else @click="$router.push('/profile/certification')" class="btn btn-sm btn-primary rounded-pill">{{$t('profile.clickToVerify')}}</button>
<button type="button" v-else @click="$router.push('/profile/mergecertification')" class="btn btn-sm btn-primary rounded-pill">{{$t('profile.clickToVerify')}}</button>
</div>
</div>
<div class="next-icon mt-4">

Loading…
Cancel
Save