Browse Source

充值、提币、钱包文案

master
luyisha 2 years ago
parent
commit
2da524a419
  1. 3
      i18n/lang/de.json
  2. 3
      i18n/lang/en.json
  3. 3
      i18n/lang/fra.json
  4. 3
      i18n/lang/it.json
  5. 3
      i18n/lang/jp.json
  6. 3
      i18n/lang/kor.json
  7. 3
      i18n/lang/pt.json
  8. 3
      i18n/lang/spa.json
  9. 3
      i18n/lang/tr.json
  10. 3
      i18n/lang/zh-TW.json
  11. 25
      pages/assets/draw.vue
  12. 6
      pages/assets/recharge.vue
  13. 5
      pages/base/home.vue
  14. 10
      pages/base/mine.vue
  15. 13
      pages/transfer/index.vue

3
i18n/lang/de.json

@ -135,7 +135,8 @@
"g2":"Beginnen Sie mit der Erkundung", "g2":"Beginnen Sie mit der Erkundung",
"g3":"zum Kauf verfügbar", "g3":"zum Kauf verfügbar",
"g4":"Steht zum Verkauf", "g4":"Steht zum Verkauf",
"g5":"Kontrahentenpreis" "g5":"Kontrahentenpreis",
"h1": "Rechnung"
}, },
"accountSettings": { "accountSettings": {
"a0": "Einstellungen des Kontos", "a0": "Einstellungen des Kontos",

3
i18n/lang/en.json

@ -176,7 +176,8 @@
"g2":"Start exploring", "g2":"Start exploring",
"g3":"available for purchase", "g3":"available for purchase",
"g4":"Available for sale", "g4":"Available for sale",
"g5":"counterparty price" "g5":"counterparty price",
"h1": "Bill"
}, },
"accountSettings": { "accountSettings": {
"a0": "Account Settings", "a0": "Account Settings",

3
i18n/lang/fra.json

@ -135,7 +135,8 @@
"g2":"Commencez à explorer", "g2":"Commencez à explorer",
"g3":"disponible à l'achat", "g3":"disponible à l'achat",
"g4":"Disponible à la vente", "g4":"Disponible à la vente",
"g5":"prix de la contrepartie" "g5":"prix de la contrepartie",
"h1": "Facturation"
}, },
"accountSettings": { "accountSettings": {
"a0": "Configuration du compte", "a0": "Configuration du compte",

3
i18n/lang/it.json

@ -135,7 +135,8 @@
"g2":"Inizia a esplorare", "g2":"Inizia a esplorare",
"g3":"disponibile per l'acquisto", "g3":"disponibile per l'acquisto",
"g4":"Disponibile alla vendita", "g4":"Disponibile alla vendita",
"g5":"prezzo della controparte" "g5":"prezzo della controparte",
"h1": "Fattura"
}, },
"accountSettings": { "accountSettings": {
"a0": "Impostazioni account", "a0": "Impostazioni account",

3
i18n/lang/jp.json

@ -135,7 +135,8 @@
"g2":"探索を開始する", "g2":"探索を開始する",
"g3":"購入可能", "g3":"購入可能",
"g4":"販売可能", "g4":"販売可能",
"g5":"相手先価格" "g5":"相手先価格",
"h1": "帳簿"
}, },
"accountSettings": { "accountSettings": {
"a0": "アカウントの設定", "a0": "アカウントの設定",

3
i18n/lang/kor.json

@ -135,7 +135,8 @@
"g2":"탐색 시작", "g2":"탐색 시작",
"g3":"구매 가능", "g3":"구매 가능",
"g4":"판매 가능", "g4":"판매 가능",
"g5":"상대방 가격" "g5":"상대방 가격",
"h1": "계산서"
}, },
"accountSettings": { "accountSettings": {
"a0":"계 정 설정", "a0":"계 정 설정",

3
i18n/lang/pt.json

@ -135,7 +135,8 @@
"g2":"Comece a explorar", "g2":"Comece a explorar",
"g3":"disponível para compra", "g3":"disponível para compra",
"g4":"Disponível para venda", "g4":"Disponível para venda",
"g5":"preço da contraparte" "g5":"preço da contraparte",
"h1": "Conta"
}, },
"accountSettings": { "accountSettings": {
"a0":"Configuração Da Conta", "a0":"Configuração Da Conta",

3
i18n/lang/spa.json

@ -135,7 +135,8 @@
"g2":"Empezar a explorar", "g2":"Empezar a explorar",
"g3":"disponible para compra", "g3":"disponible para compra",
"g4":"Disponible para venta", "g4":"Disponible para venta",
"g5":"precio de contraparte" "g5":"precio de contraparte",
"h1": "Factura"
}, },
"accountSettings": { "accountSettings": {
"a0":"Configuración de la cuenta", "a0":"Configuración de la cuenta",

3
i18n/lang/tr.json

@ -135,7 +135,8 @@
"g2":"Keşfetmeye başlayın", "g2":"Keşfetmeye başlayın",
"g3":"satınalınabilir", "g3":"satınalınabilir",
"g4":"Satılık", "g4":"Satılık",
"g5":"karşı taraf fiyatı" "g5":"karşı taraf fiyatı",
"h1": "Bill"
}, },
"accountSettings": { "accountSettings": {
"a0": "Hesap Ayarları", "a0": "Hesap Ayarları",

3
i18n/lang/zh-TW.json

@ -176,7 +176,8 @@
"g2":"開始探索", "g2":"開始探索",
"g3":"可買", "g3":"可買",
"g4":"可賣", "g4":"可賣",
"g5":"對手價" "g5":"對手價",
"h1": "賬單"
}, },
"accountSettings": { "accountSettings": {
"a0": "賬號設置", "a0": "賬號設置",

25
pages/assets/draw.vue

@ -52,7 +52,7 @@
</view> </view>
<view class="p-x-lg d-flex justify-between flex-wrap align-center p-y-xs"> <view class="p-x-lg d-flex justify-between flex-wrap align-center p-y-xs">
<view class="color-light d-block w-max m-y-ms color-light fn-15">{{ $t("assets.b8") }}</view> <view class="color-light d-block w-max m-y-ms color-light fn-15">{{ $t("assets.b8") }}</view>
<v-input v-model="form.address" class="bg-form-panel-3 p-sm color-light w-max fn-13 rounded-xs" <v-input v-model="form.address" class="bg-form-panel-3 p-y-sm color-light w-max fn-13 rounded-xs"
:placeholder="$t('assets.b9')"> :placeholder="$t('assets.b9')">
<!--<template #right>--> <!--<template #right>-->
<!-- &lt;!&ndash; #ifdef H5 &ndash;&gt;--> <!-- &lt;!&ndash; #ifdef H5 &ndash;&gt;-->
@ -78,13 +78,13 @@
<span>{{ $t("assets.c1") }}{{ withdrawFee.usable_balance }} <span>{{ $t("assets.c1") }}{{ withdrawFee.usable_balance }}
{{ coin }}</span> {{ coin }}</span>
</view> </view>
<view class="d-flex align-end p-y-xs justify-between bg-form-panel-3 rounded-xs p-sm p-x-ms"> <view class="d-flex align-center justify-between bg-form-panel-3 rounded-xs p-y-sm">
<v-input type="number" v-model="form.amount" :min="withdrawFee.withdrawal_min" <v-input type="number" v-model="form.amount" :min="withdrawFee.withdrawal_min"
:max="withdrawFee.withdrawal_max" class=" w-8/12 color-light fn-13" :max="withdrawFee.withdrawal_max" class=" w-8/12 color-light fn-13"
:placeholder="$t('assets.c2')"></v-input> :placeholder="$t('assets.c2')"></v-input>
<view class="d-flex align-end"> <view class="d-flex align-end">
<span class="unit fn-16 flex-shrink">{{ coin }}</span> <span class="unit fn-16 flex-shrink">{{ coin }}</span>
<view class="all color-theme-1 m-l-md flex-shrink" @click="form.amount = withdrawFee.usable_balance"> <view class="all color-light m-l-md flex-shrink" @click="form.amount = withdrawFee.usable_balance">
{{ $t("assets.c3") }} {{ $t("assets.c3") }}
</view> </view>
</view> </view>
@ -100,9 +100,9 @@
<view class="d-flex align-end p-y-xs justify-between bg-form-panel-3 rounded-xs p-y-sm"> <view class="d-flex align-end p-y-xs justify-between bg-form-panel-3 rounded-xs p-y-sm">
<v-input v-model="coin=='USDT'&&rechargeType==3?withdrawFee.trc20:withdrawFee.withdrawal_fee" disabled <v-input v-model="coin=='USDT'&&rechargeType==3?withdrawFee.trc20:withdrawFee.withdrawal_fee" disabled
class="p-x-ms color-light w-max fn-13 rounded-xs" :placeholder="$t('assets.b9')"> class="color-light w-max fn-13 rounded-xs" :placeholder="$t('assets.b9')">
<template #right> <template #right>
{{ coin }} <view class="all color-light m-l-xs flex-shrink fn-12">{{ coin }}</view>
</template> </template>
</v-input> </v-input>
</view> </view>
@ -112,7 +112,7 @@
</view> </view>
<view class="d-flex align-end p-y-xs justify-between bg-form-panel-3 rounded-xs p-y-sm"> <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.password" class="p-x-ms color-light w-max fn-13 rounded-xs" :placeholder="$t('reg.a9')"> <v-input type="password" v-model="form.password" class="color-light w-max fn-13 rounded-xs" :placeholder="$t('reg.a9')">
</v-input> </v-input>
</view> </view>
@ -131,11 +131,11 @@
<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> <span>{{ $t("safe.a5") }}</span>
</view> </view>
<view class="d-flex align-end p-y-xs justify-between bg-form-panel-3 rounded-xs p-sm p-x-ms"> <view class="d-flex align-center justify-between bg-form-panel-3 rounded-xs p-y-sm">
<v-input type="text" v-model="form.emailcode" class=" w-8/12 color-light fn-13" <v-input type="text" v-model="form.emailcode" class=" w-8/12 color-light fn-13"
:placeholder="$t('safe.a6')"></v-input> :placeholder="$t('safe.a6')"></v-input>
<view class="d-flex align-end"> <view class="d-flex align-end">
<view class="all color-theme-1 m-l-md flex-shrink" @click="getEmailCode"> <view class="all color-light m-l-md flex-shrink fn-12" @click="getEmailCode">
<text v-if="!getEmailCodeLock">{{ $t("common.getCode") }}</text> <text v-if="!getEmailCodeLock">{{ $t("common.getCode") }}</text>
<text v-else>{{ daojishi }}</text> <text v-else>{{ daojishi }}</text>
</view> </view>
@ -535,7 +535,8 @@ export default {
} }
.border-b { .border-b {
border-bottom: 5px solid $panel-3; // border-bottom: 5px solid $panel-3;
border-bottom: 5px solid #242424;
} }
.autowidth { .autowidth {
@ -554,4 +555,10 @@ export default {
position: fixed; position: fixed;
bottom: 0; bottom: 0;
} }
.bg-panel-3{
background-color: #121212;
}
.bg-form-panel-3{
background-color: #121212;
}
</style> </style>

6
pages/assets/recharge.vue

@ -311,7 +311,8 @@ export default {
color: white; color: white;
} }
.border-b{ .border-b{
border-bottom: 5px solid $panel-3; // border-bottom: 5px solid $panel-3;
border-bottom: 5px solid #242424;
} }
.autowidth{ .autowidth{
margin: 0 auto; margin: 0 auto;
@ -322,4 +323,7 @@ export default {
.color-black{ .color-black{
color: black; color: black;
} }
.bg-form-panel-3, .trChange:nth-child(2n-1) td{
background-color: #242424;
}
</style> </style>

5
pages/base/home.vue

@ -275,7 +275,7 @@
</v-link> </v-link>
</view> </view>
<view class="announcement"> <view class="announcement">
<view class="text">公告</view> <view class="text">{{$t("notice.a2")}}</view>
<view v-for="(item,index) in articleList" :key="item.id"> <view v-for="(item,index) in articleList" :key="item.id">
<view class="notification"> <view class="notification">
<view class="notification_text">{{item.title}}</view> <view class="notification_text">{{item.title}}</view>
@ -1594,9 +1594,10 @@
border: 1px solid #26A24F; border: 1px solid #26A24F;
text-align: center; text-align: center;
font-size: 25rpx; font-size: 25rpx;
width: 200rpx; min-width: 200rpx;
border-radius: 5px; border-radius: 5px;
color: #26A24F; color: #26A24F;
padding: 0px 5px;
} }
.logine{ .logine{

10
pages/base/mine.vue

@ -61,7 +61,7 @@
</v-link> </v-link>
<v-link tag="view" :to="{path: '/pages/exchange/his',query: { symbol: symbol }}" class="manage_text"> <v-link tag="view" :to="{path: '/pages/exchange/his',query: { symbol: symbol }}" class="manage_text">
<img src="@/assets/img/home/check.png" alt="" class="h-25"/> <img src="@/assets/img/home/check.png" alt="" class="h-25"/>
<view class="color-light fn-ms">{{$t("base.d8")}}</view> <view class="color-light fn-ms">{{$t("base.h1")}}</view>
</v-link> </v-link>
</view> </view>
<!-- <view class="m-t-ms p-b-ms w-max " style="margin-top: 10px"> <!-- <view class="m-t-ms p-b-ms w-max " style="margin-top: 10px">
@ -134,12 +134,12 @@
</view> </view>
</view> --> </view> -->
<view class="" style="display: flex;margin-top: 10px;"> <view class="" style="display: flex;margin-top: 10px;">
<view class="w-33 fn-center p-y-xxs" <view class="w-33A fn-center p-y-xxs"
:class="tabActive==0?'col-fff rounded-xs ':''" :class="tabActive==0?'col-fff rounded-xs ':''"
@click="tabActive=0"> @click="tabActive=0">
{{$t('base.d7')}} {{$t('base.d7')}}
</view> </view>
<view class="w-33 fn-center p-y-xxs" <view class="w-33A fn-center p-y-xxs"
:class="tabActive==1?'col-fff rounded-xs':''" :class="tabActive==1?'col-fff rounded-xs':''"
@click="tabActive=1"> @click="tabActive=1">
{{$t('base.e4')}} {{$t('base.e4')}}
@ -603,6 +603,10 @@ export default {
.w-33 { .w-33 {
width: 25%; width: 25%;
} }
.w-33A {
width: auto;
padding: 5px 20px;
}
.w-50 { .w-50 {
width: 50%; width: 50%;

13
pages/transfer/index.vue

@ -13,7 +13,7 @@
<view class="top"> <view class="top">
<view style="height: var(--status-bar-height)"></view> <view style="height: var(--status-bar-height)"></view>
</view> </view>
<view class="panel-box m-x-md rounded p-md bg-panel-3 box-shadow"> <view class="panel-box m-x-md rounded p-y-md bg-panel-3">
<v-picker <v-picker
:list="fromList" :list="fromList"
v-model="form.from_account" v-model="form.from_account"
@ -54,7 +54,7 @@
</v-picker> </v-picker>
<view class=""></view> <view class=""></view>
<view <view
class="exchange d-flex justify-center align-center bg-panel-3 box-shadow link-active" class="exchange d-flex justify-center align-center bg-panel-3 link-active"
@click="swap" @click="swap"
> >
<van-icon style="transform:rotateZ(90deg)" class="fn-22 color-light" name="exchange" /> <van-icon style="transform:rotateZ(90deg)" class="fn-22 color-light" name="exchange" />
@ -67,7 +67,7 @@
range-value="coin_name" range-value="coin_name"
class="" class=""
> >
<view class="m-md p-md d-flex rounded bg-panel-3 box-shadow"> <view class="m-md p-md d-flex rounded bg-panel-3">
<view class="flex-fill"> <view class="flex-fill">
{{ $t("transfer.b1") }} {{ $t("transfer.b1") }}
<!--{{ $t("transfer.b5") }}11111111--> <!--{{ $t("transfer.b5") }}11111111-->
@ -76,7 +76,7 @@
<van-icon class="m-l-xs" name="arrow" /> <van-icon class="m-l-xs" name="arrow" />
</view> </view>
</v-picker> </v-picker>
<view class="m-md p-md rounded bg-panel-3 box-shadow"> <view class="m-md p-md rounded bg-panel-3">
<view class="label fn-sm d-flex justify-between"> <view class="label fn-sm d-flex justify-between">
<view>{{ $t("transfer.b1") }}</view> <view>{{ $t("transfer.b1") }}</view>
<view class=" fn-sm" <view class=" fn-sm"
@ -106,7 +106,7 @@
<v-button <v-button
class="w-max rounded-md" class="w-max rounded-md"
block block
type="blue" type="white"
ref="btn" ref="btn"
@click="fundsTransfer" @click="fundsTransfer"
>{{ $t("common.confirm") }}</v-button >{{ $t("common.confirm") }}</v-button
@ -326,4 +326,7 @@ export default {
transform: translateY(-50%); transform: translateY(-50%);
} }
} }
.bg-panel-3{
background-color: #121212;
}
</style> </style>

Loading…
Cancel
Save