Browse Source

修改日期语言问题、提币价格需要能加小数点

master
liaoxinyu 10 months ago
parent
commit
13321e3edb
  1. 2
      pages/assets/draw1.vue
  2. 1
      pages/auth/primary.vue
  3. 26
      uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hans.json

2
pages/assets/draw1.vue

@ -42,7 +42,7 @@
<el-step :title="$t('common.c18')" v-if="form.address"> <el-step :title="$t('common.c18')" v-if="form.address">
<template slot="description"> <template slot="description">
<view style="margin: 10px 0px;color: #fff;width: 540rpx;"> <view style="margin: 10px 0px;color: #fff;width: 540rpx;">
<v-input type="number" @input="amountnum" v-model="form.amount" :min="withdrawFee.withdrawal_min" :max="withdrawFee.withdrawal_max" class="color-light fn-13" :placeholder="$t('assets.c2')"></v-input> <v-input @input="amountnum" v-model="form.amount" :min="withdrawFee.withdrawal_min" :max="withdrawFee.withdrawal_max" class="color-light fn-13" :placeholder="$t('assets.c2')"></v-input>
<view class="d-flex justify-between align-end" style="margin: 10px 0px;"> <view class="d-flex justify-between align-end" style="margin: 10px 0px;">
<view style="width: 100%;">{{ $t("assets.c1") }}{{ withdrawFee.usable_balance }}{{ coin }}</view> <view style="width: 100%;">{{ $t("assets.c1") }}{{ withdrawFee.usable_balance }}{{ coin }}</view>
<view style="width: 100%;text-align: right;">{{$t('common.c23')}}{{timeFormat}}</view> <view style="width: 100%;text-align: right;">{{$t('common.c23')}}{{timeFormat}}</view>

1
pages/auth/primary.vue

@ -202,6 +202,7 @@ export default {
} }
}, },
created() { created() {
uni.setLocale('en');
this.getAuthInfo(); this.getAuthInfo();
this.getCountryCode(); this.getCountryCode();
}, },

26
uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hans.json

@ -6,17 +6,17 @@
"uni-datetime-picker.endDate": "结束日期", "uni-datetime-picker.endDate": "结束日期",
"uni-datetime-picker.startTime": "开始时间", "uni-datetime-picker.startTime": "开始时间",
"uni-datetime-picker.endTime": "结束时间", "uni-datetime-picker.endTime": "结束时间",
"uni-datetime-picker.ok": "确定", "uni-datetime-picker.ok": "Define",
"uni-datetime-picker.clear": "清除", "uni-datetime-picker.clear": "Clear",
"uni-datetime-picker.cancel": "取消", "uni-datetime-picker.cancel": "Cancel",
"uni-datetime-picker.year": "", "uni-datetime-picker.year": "/",
"uni-datetime-picker.month": "", "uni-datetime-picker.month": "",
"uni-calender.SUN": "", "uni-calender.SUN": "Sun",
"uni-calender.MON": "", "uni-calender.MON": "Mon",
"uni-calender.TUE": "", "uni-calender.TUE": "Tue",
"uni-calender.WED": "", "uni-calender.WED": "Wed",
"uni-calender.THU": "", "uni-calender.THU": "Thu",
"uni-calender.FRI": "", "uni-calender.FRI": "Fri",
"uni-calender.SAT": "", "uni-calender.SAT": "Sat",
"uni-calender.confirm": "确认" "uni-calender.confirm": "Confirm"
} }
Loading…
Cancel
Save