Commit 2143fb30 by GiottoMaster

update

parent 7ad0e552
......@@ -207,8 +207,10 @@
<!-- 弹出层 -->
<van-popup v-model="windowShow" :style="{ background: '#f8f8f8' }" class="card" closeable>
<div class="tishi">{{ $t('main.recharge.label24') }}</div>
<div class="content">{{ $t('main.recharge.tips1') }}</div>
<div class="tishi">{{ $t('main.recharge.tipsTitle') }}</div>
<!-- <div class="content">{{ $t('main.recharge.tips1') }}</div> -->
<div class="content">{{ $t('main.recharge.tips2') }}</div>
<div class="content">{{ $t('main.recharge.tips3') }}</div>
</van-popup>
</div>
</template>
......@@ -217,7 +219,7 @@ export default {
name: 'recharge',
data() {
return {
windowShow:false,
windowShow:true,
pay_way: 'bank',
bankBox: {},
payInfo: {},
......@@ -739,12 +741,17 @@ export default {
.card {
border-radius: 10px;
padding: 16px;
padding: 30px;
width: 80vw;
.tishi {
text-align: center;
font-weight: bold;
font-size: 18px;
}
.content {
margin-top: 10px;
margin-top: 15px;
font-weight: 500;
font-size: 14px;
}
}
......@@ -755,6 +762,6 @@ export default {
font-size: 14px !important;
}
.van-popup__close-icon--top-right {
font-size: 16px;
font-size: 24px;
}
</style>
\ No newline at end of file
......@@ -70,7 +70,7 @@
<div>
<van-cell-group>
<van-field v-model="amount" type="digit" :placeholder="$t('main.withdrawal.placeholder2')">
<template #button> <van-button size="mini" @click="bigMey($store.state.userInfo.usd_balance)" type="info">{{ $t('main.withdrawal.label13') }}</van-button> </template>
<!-- <template #button> <van-button size="mini" @click="bigMey($store.state.userInfo.usd_balance)" type="info">{{ $t('main.withdrawal.label13') }}</van-button> </template> -->
</van-field>
</van-cell-group>
</div>
......@@ -135,7 +135,7 @@
<div>
<van-cell-group>
<van-field v-model="amount" type="digit" :placeholder="$t('main.withdrawal.placeholder2')">
<template #button> <van-button @click="bigMey($store.state.userInfo.balance)" size="mini" type="info">{{ $t('main.withdrawal.label13') }}</van-button> </template>
<!-- <template #button> <van-button @click="bigMey($store.state.userInfo.balance)" size="mini" type="info">{{ $t('main.withdrawal.label13') }}</van-button> </template> -->
</van-field>
</van-cell-group>
</div>
......@@ -185,7 +185,7 @@
<div>
<van-cell-group>
<van-field v-model="amount" type="digit" :placeholder="$t('main.withdrawal.placeholder2')">
<template #button> <van-button @click="bigMey($store.state.userInfo.agent_balance)" size="mini" type="info">{{ $t('main.withdrawal.label13') }}</van-button> </template>
<!-- <template #button> <van-button @click="bigMey($store.state.userInfo.agent_balance)" size="mini" type="info">{{ $t('main.withdrawal.label13') }}</van-button> </template> -->
</van-field>
</van-cell-group>
</div>
......
......@@ -453,7 +453,10 @@ export const main = {
other1: '钱包地址',
other2: '备注',
other3: '请输入备注',
tipsTitle: '请注意',
tips1: '如果您需要储值,请联系客服中心确认银行账户。',
tips2: '本公司储值账户可能不定期变更,请以当前显示账户为准进行汇款。',
tips3: '若因汇款至已停用账户而导致的资金损失,本公司将不承担相关责任,敬请理解。',
error1: '存取款时间:工作日 10:00 至 22:00,周末 13:00 至 22:00'
},
......
......@@ -453,7 +453,10 @@ export const main = {
other1: 'Wallet address',
other2: 'Remarks',
other3: 'Please enter remarks',
tipsTitle: 'Caution',
tips1: 'If you need to top up, please contact the customer service center to confirm your bank account.',
tips2: "The company's stored value account may change from time to time. Please make remittances based on the currently displayed account.",
tips3: 'Please understand that our company will not be held responsible for any financial losses caused by remittances to a deactivated account.',
error1: 'Deposit/Withdrawal Hours: Weekdays 10:00 AM to 10:00 PM, Weekends 1:00 PM to 10:00 PM'
},
......
......@@ -456,7 +456,10 @@ export const main = {
other1: '지갑 주소',
other2: '메모',
other3: '메모를 입력하세요',
tipsTitle: '주의 사항',
tips1: '충전을 원하실 경우 고객센터에 입금 계좌문의를 하시길 바랍니다.',
tips2: '당사의 입금 전용 계좌는 수시로 변경되므로, 항상 현재 화면에 표시된 계좌로 입금해 주시기 바랍니다.',
tips3: '임의로 이전 계좌로 잘못 입금하신 경우 발생하는 금전적 손실에 대해서는 당사는 책임지지 않습니다.',
error1: '입출금 시간 안내 : 평일 오전 10시부터 오후 10시까지 이며, 주말 오후 1시부터 오후 10시까지 입니다.'
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment