Browse Source

新增验证码

master
liaoxinyu 2 weeks ago
parent
commit
118eb5b7f7
  1. 3
      i18n/lang/en.json
  2. 1
      i18n/lang/zh-TW.json
  3. 7
      pages/assets/draw.vue
  4. 6
      pages/reg/index.vue

3
i18n/lang/en.json

@ -242,9 +242,10 @@
"d9": "Postal Code",
"d10": "Please enter the postal code",
"d11": "Phone Number",
"d12": "Please enter your phone number",
"d12": "Enter your phone number",
"d13": "Please select",
"d14": "Please select an area code.",
"d15": "Country code",
"SelectAreaCode": "Select Area Code"
},
"exchange": {

1
i18n/lang/zh-TW.json

@ -244,6 +244,7 @@
"d12": "請輸入手機號",
"d13": "請選擇",
"d14": "請選擇區號",
"d15": "區號",
"SelectAreaCode": "選擇區號"
},
"exchange": {

7
pages/assets/draw.vue

@ -120,19 +120,18 @@
<!-- <view class="d-flex align-end p-y-xs justify-between bg-form-panel-3 rounded-xs p-y-sm">
<v-input type="password" v-model="form.withdrawal_psw" class="p-x-ms color-light w-max fn-13 rounded-xs" :placeholder="$t('common.c14')"></v-input>
</view> -->
<!-- <view class="d-flex align-center p-y-xs m-t-ms justify-between color-light fn-15">
<view class="d-flex align-center p-y-xs m-t-ms justify-between color-light fn-15">
<span>{{ $t("safe.a5") }}</span>
</view>
<view class="d-flex align-end p-y-xs justify-between bg-form-panel-3 rounded-xs p-sm p-x-ms">
<v-input type="text" v-model="form.emailcode" class=" w-8/12 color-light fn-13"
:placeholder="$t('safe.a6')"></v-input>
<v-input type="text" v-model="form.emailcode" class=" w-8/12 color-light fn-13" :placeholder="$t('safe.a6')"></v-input>
<view class="d-flex align-end">
<view class="all color-theme-1 m-l-md flex-shrink" style="color: #54B58F;" @click="getEmailCode">
<text v-if="!getEmailCodeLock">{{ $t("common.getCode") }}</text>
<text v-else>{{ daojishi }}</text>
</view>
</view>
</view> -->
</view>
</view>
<view class="form bg-panel-3 p-x-lg p-y-md">
<ul class="fn-md rounded-md m-y-xs line-height-2">

6
pages/reg/index.vue

@ -13,7 +13,7 @@
</template>
</v-header>
<view class="layout-main">
<view class="form m-lg rounded-md">
<view class="form m-lg rounded-md" style="margin: 18px !important;">
<!-- <view class="d-flex justify-center"> -->
<view style="margin-bottom: 40rpx;font-weight: bold;color: black;font-size: 18px;">
<!-- <view
@ -62,11 +62,11 @@
<view class="label m-b-xs">{{$t('reg.a2')}}</view>
<view class="d-flex align-center login_box3">
<view style="width: 30%;margin-right: 20rpx;">
<el-select v-model="form.country_id" filterable :placeholder="$t('auth.SelectAreaCode')" no-match-text="No matching data">
<el-select v-model="form.country_id" filterable :placeholder="$t('auth.d15')" no-match-text="No matching data">
<el-option v-for="(item, index) in countryList" :key="index" :value="`${item.id}`" :label="`+${item.country_code} ${item.name}`"></el-option>
</el-select>
</view>
<v-input style="width: 380rpx;" v-model="form.phone" class="color-light" :placeholder="$t('reg.a3')">
<v-input style="width: 480rpx;" v-model="form.phone" class="color-light" :placeholder="$t('auth.d12')">
</v-input>
</view>
</view>

Loading…
Cancel
Save