Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bob-wap
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GiottoMaster
bob-wap
Commits
2143fb30
Commit
2143fb30
authored
Jun 15, 2025
by
GiottoMaster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
7ad0e552
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
9 deletions
+26
-9
recharge.vue
src/components/recharge.vue
+14
-6
withdrawal.vue
src/components/withdrawal.vue
+3
-3
cn.js
src/i18n/lan/cn.js
+3
-0
en.js
src/i18n/lan/en.js
+3
-0
kr.js
src/i18n/lan/kr.js
+3
-0
No files found.
src/components/recharge.vue
View file @
2143fb30
...
@@ -207,8 +207,10 @@
...
@@ -207,8 +207,10 @@
<!-- 弹出层 -->
<!-- 弹出层 -->
<van-popup
v-model=
"windowShow"
:style=
"{ background: '#f8f8f8' }"
class=
"card"
closeable
>
<van-popup
v-model=
"windowShow"
:style=
"{ background: '#f8f8f8' }"
class=
"card"
closeable
>
<div
class=
"tishi"
>
{{ $t('main.recharge.label24') }}
</div>
<div
class=
"tishi"
>
{{ $t('main.recharge.tipsTitle') }}
</div>
<div
class=
"content"
>
{{ $t('main.recharge.tips1') }}
</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>
</van-popup>
</div>
</div>
</template>
</template>
...
@@ -217,7 +219,7 @@ export default {
...
@@ -217,7 +219,7 @@ export default {
name
:
'recharge'
,
name
:
'recharge'
,
data
()
{
data
()
{
return
{
return
{
windowShow
:
fals
e
,
windowShow
:
tru
e
,
pay_way
:
'bank'
,
pay_way
:
'bank'
,
bankBox
:
{},
bankBox
:
{},
payInfo
:
{},
payInfo
:
{},
...
@@ -739,12 +741,17 @@ export default {
...
@@ -739,12 +741,17 @@ export default {
.card
{
.card
{
border-radius
:
10px
;
border-radius
:
10px
;
padding
:
16px
;
padding
:
30px
;
width
:
80vw
;
.tishi
{
.tishi
{
text-align
:
center
;
text-align
:
center
;
font-weight
:
bold
;
font-size
:
18px
;
}
}
.content
{
.content
{
margin-top
:
10px
;
margin-top
:
15px
;
font-weight
:
500
;
font-size
:
14px
;
}
}
}
}
...
@@ -755,6 +762,6 @@ export default {
...
@@ -755,6 +762,6 @@ export default {
font-size
:
14px
!important
;
font-size
:
14px
!important
;
}
}
.van-popup__close-icon--top-right
{
.van-popup__close-icon--top-right
{
font-size
:
16
px
;
font-size
:
24
px
;
}
}
</
style
>
</
style
>
\ No newline at end of file
src/components/withdrawal.vue
View file @
2143fb30
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
<div>
<div>
<van-cell-group>
<van-cell-group>
<van-field
v-model=
"amount"
type=
"digit"
:placeholder=
"$t('main.withdrawal.placeholder2')"
>
<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-field>
</van-cell-group>
</van-cell-group>
</div>
</div>
...
@@ -135,7 +135,7 @@
...
@@ -135,7 +135,7 @@
<div>
<div>
<van-cell-group>
<van-cell-group>
<van-field
v-model=
"amount"
type=
"digit"
:placeholder=
"$t('main.withdrawal.placeholder2')"
>
<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-field>
</van-cell-group>
</van-cell-group>
</div>
</div>
...
@@ -185,7 +185,7 @@
...
@@ -185,7 +185,7 @@
<div>
<div>
<van-cell-group>
<van-cell-group>
<van-field
v-model=
"amount"
type=
"digit"
:placeholder=
"$t('main.withdrawal.placeholder2')"
>
<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-field>
</van-cell-group>
</van-cell-group>
</div>
</div>
...
...
src/i18n/lan/cn.js
View file @
2143fb30
...
@@ -453,7 +453,10 @@ export const main = {
...
@@ -453,7 +453,10 @@ export const main = {
other1
:
'钱包地址'
,
other1
:
'钱包地址'
,
other2
:
'备注'
,
other2
:
'备注'
,
other3
:
'请输入备注'
,
other3
:
'请输入备注'
,
tipsTitle
:
'请注意'
,
tips1
:
'如果您需要储值,请联系客服中心确认银行账户。'
,
tips1
:
'如果您需要储值,请联系客服中心确认银行账户。'
,
tips2
:
'本公司储值账户可能不定期变更,请以当前显示账户为准进行汇款。'
,
tips3
:
'若因汇款至已停用账户而导致的资金损失,本公司将不承担相关责任,敬请理解。'
,
error1
:
'存取款时间:工作日 10:00 至 22:00,周末 13:00 至 22:00'
error1
:
'存取款时间:工作日 10:00 至 22:00,周末 13:00 至 22:00'
},
},
...
...
src/i18n/lan/en.js
View file @
2143fb30
...
@@ -453,7 +453,10 @@ export const main = {
...
@@ -453,7 +453,10 @@ export const main = {
other1
:
'Wallet address'
,
other1
:
'Wallet address'
,
other2
:
'Remarks'
,
other2
:
'Remarks'
,
other3
:
'Please enter 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.'
,
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'
error1
:
'Deposit/Withdrawal Hours: Weekdays 10:00 AM to 10:00 PM, Weekends 1:00 PM to 10:00 PM'
},
},
...
...
src/i18n/lan/kr.js
View file @
2143fb30
...
@@ -456,7 +456,10 @@ export const main = {
...
@@ -456,7 +456,10 @@ export const main = {
other1
:
'지갑 주소'
,
other1
:
'지갑 주소'
,
other2
:
'메모'
,
other2
:
'메모'
,
other3
:
'메모를 입력하세요'
,
other3
:
'메모를 입력하세요'
,
tipsTitle
:
'주의 사항'
,
tips1
:
'충전을 원하실 경우 고객센터에 입금 계좌문의를 하시길 바랍니다.'
,
tips1
:
'충전을 원하실 경우 고객센터에 입금 계좌문의를 하시길 바랍니다.'
,
tips2
:
'당사의 입금 전용 계좌는 수시로 변경되므로, 항상 현재 화면에 표시된 계좌로 입금해 주시기 바랍니다.'
,
tips3
:
'임의로 이전 계좌로 잘못 입금하신 경우 발생하는 금전적 손실에 대해서는 당사는 책임지지 않습니다.'
,
error1
:
'입출금 시간 안내 : 평일 오전 10시부터 오후 10시까지 이며, 주말 오후 1시부터 오후 10시까지 입니다.'
error1
:
'입출금 시간 안내 : 평일 오전 10시부터 오후 10시까지 이며, 주말 오후 1시부터 오후 10시까지 입니다.'
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment