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
c1467e66
Commit
c1467e66
authored
Apr 07, 2025
by
GiottoMaster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
e6b1f576
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
27 additions
and
24 deletions
+27
-24
App.vue
src/App.vue
+1
-1
addBankCard.vue
src/components/addBankCard.vue
+7
-4
coinTrans.vue
src/components/mine/coinTrans.vue
+1
-1
recharge.vue
src/components/recharge.vue
+3
-5
userCent.vue
src/components/userCent.vue
+6
-5
withdrawal.vue
src/components/withdrawal.vue
+6
-5
cn.js
src/i18n/lan/cn.js
+1
-1
en.js
src/i18n/lan/en.js
+1
-1
kr.js
src/i18n/lan/kr.js
+1
-1
No files found.
src/App.vue
View file @
c1467e66
...
@@ -249,7 +249,7 @@ export default {
...
@@ -249,7 +249,7 @@ export default {
if
(
res
.
code
==
200
)
{
if
(
res
.
code
==
200
)
{
let
userInfo
=
JSON
.
parse
(
localStorage
.
getItem
(
'userInfo'
));
let
userInfo
=
JSON
.
parse
(
localStorage
.
getItem
(
'userInfo'
));
userInfo
.
balance
=
res
.
data
.
balance
;
userInfo
.
balance
=
res
.
data
.
balance
;
userInfo
.
usd
tB
alance
=
res
.
data
.
usd_balance
;
userInfo
.
usd
_b
alance
=
res
.
data
.
usd_balance
;
localStorage
.
setItem
(
'userInfo'
,
JSON
.
stringify
(
userInfo
));
localStorage
.
setItem
(
'userInfo'
,
JSON
.
stringify
(
userInfo
));
that
.
$store
.
commit
(
'changUserInfo'
);
that
.
$store
.
commit
(
'changUserInfo'
);
}
}
...
...
src/components/addBankCard.vue
View file @
c1467e66
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<div
data-v-a12ec382=
""
class=
"van-cell-group van-hairline--top-bottom"
>
<div
data-v-a12ec382=
""
class=
"van-cell-group van-hairline--top-bottom"
>
<div
data-v-a12ec382=
""
class=
"van-cell van-field"
>
<div
data-v-a12ec382=
""
class=
"van-cell van-field"
>
<div
class=
"van-cell__value van-cell__value--alone van-field__value"
>
<div
class=
"van-cell__value van-cell__value--alone van-field__value"
>
<div
class=
"van-field__body"
><input
type=
"text"
readonly
onfocus=
"this.removeAttribute('readonly');"
auto-complete=
"off"
onblur=
"this.setAttribute('readonly',true);"
v-model=
"cardInfo.bank_owner"
:placeholder=
"$t('main.addBankCard.placeholder1')"
class=
"van-field__control"
/></div>
<div
class=
"van-field__body"
><input
type=
"text"
auto-complete=
"off"
v-model=
"cardInfo.bank_owner"
:placeholder=
"$t('main.addBankCard.placeholder1')"
class=
"van-field__control"
/></div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -24,7 +24,10 @@
...
@@ -24,7 +24,10 @@
<div
data-v-a12ec382=
""
class=
"van-cell-group van-hairline--top-bottom"
>
<div
data-v-a12ec382=
""
class=
"van-cell-group van-hairline--top-bottom"
>
<div
data-v-a12ec382=
""
class=
"van-cell van-field"
>
<div
data-v-a12ec382=
""
class=
"van-cell van-field"
>
<div
class=
"van-cell__value van-cell__value--alone van-field__value"
>
<div
class=
"van-cell__value van-cell__value--alone van-field__value"
>
<div
class=
"van-field__body"
><input
type=
"text"
readonly
onfocus=
"this.removeAttribute('readonly');"
auto-complete=
"off"
onblur=
"this.setAttribute('readonly',true);"
v-model=
"cardInfo.bank"
disabled
:placeholder=
"$t('main.addBankCard.placeholder2')"
class=
"van-field__control"
/></div>
<div
class=
"van-field__body"
>
<input
type=
"text"
auto-complete=
"off"
v-model=
"cardInfo.bank"
readonly
:placeholder=
"$t('main.addBankCard.placeholder2')"
class=
"van-field__control"
/>
<van-icon
name=
"arrow"
color=
"#999"
>
</van-icon>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -36,7 +39,7 @@
...
@@ -36,7 +39,7 @@
<div
data-v-a12ec382=
""
class=
"van-cell-group van-hairline--top-bottom"
>
<div
data-v-a12ec382=
""
class=
"van-cell-group van-hairline--top-bottom"
>
<div
data-v-a12ec382=
""
class=
"van-cell van-field"
>
<div
data-v-a12ec382=
""
class=
"van-cell van-field"
>
<div
class=
"van-cell__value van-cell__value--alone van-field__value"
>
<div
class=
"van-cell__value van-cell__value--alone van-field__value"
>
<div
class=
"van-field__body"
><input
type=
"text"
readonly
onfocus=
"this.removeAttribute('readonly');"
auto-complete=
"off"
onblur=
"this.setAttribute('readonly',true);"
v-model=
"cardInfo.bank_no"
:placeholder=
"$t('main.addBankCard.placeholder3')"
class=
"van-field__control"
/></div>
<div
class=
"van-field__body"
><input
type=
"text"
auto-complete=
"off"
v-model=
"cardInfo.bank_no"
:placeholder=
"$t('main.addBankCard.placeholder3')"
class=
"van-field__control"
/></div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -48,7 +51,7 @@
...
@@ -48,7 +51,7 @@
<div
data-v-a12ec382=
""
class=
"van-cell-group van-hairline--top-bottom"
>
<div
data-v-a12ec382=
""
class=
"van-cell-group van-hairline--top-bottom"
>
<div
data-v-a12ec382=
""
class=
"van-cell van-field"
>
<div
data-v-a12ec382=
""
class=
"van-cell van-field"
>
<div
class=
"van-cell__value van-cell__value--alone van-field__value"
>
<div
class=
"van-cell__value van-cell__value--alone van-field__value"
>
<div
class=
"van-field__body"
><input
type=
"text"
readonly
onfocus=
"this.removeAttribute('readonly');"
auto-complete=
"off"
onblur=
"this.setAttribute('readonly',true);"
v-model=
"cardInfo.bank_address"
:placeholder=
"$t('main.addBankCard.placeholder4')"
class=
"van-field__control"
/></div>
<div
class=
"van-field__body"
><input
type=
"text"
auto-complete=
"off"
v-model=
"cardInfo.bank_address"
:placeholder=
"$t('main.addBankCard.placeholder4')"
class=
"van-field__control"
/></div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/components/mine/coinTrans.vue
View file @
c1467e66
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div>
KRW
{{
$t
(
'main.lottery.label1'
)
}}
:
{{
$store
.
state
.
userInfo
.
balance
}}
</div>
<div>
KRW
{{
$t
(
'main.lottery.label1'
)
}}
:
{{
$store
.
state
.
userInfo
.
balance
}}
</div>
<div>
USDT
{{
$t
(
'main.lottery.label1'
)
}}
:
{{
$store
.
state
.
userInfo
.
usd
tB
alance
}}
</div>
<div>
USDT
{{
$t
(
'main.lottery.label1'
)
}}
:
{{
$store
.
state
.
userInfo
.
usd
_b
alance
}}
</div>
</div>
</div>
...
...
src/components/recharge.vue
View file @
c1467e66
...
@@ -100,13 +100,13 @@
...
@@ -100,13 +100,13 @@
<div
style=
"border-bottom: 1px solid #f2f2f2"
></div>
<div
style=
"border-bottom: 1px solid #f2f2f2"
></div>
</div>
</div>
<div
style=
"height: 0.2rem; background: #f8f8f8; width: 100wh"
></div>
<div
style=
"height: 0.2rem; background: #f8f8f8; width: 100wh"
></div>
<div
class=
"hgs"
@
click=
"changShow2"
>
<div
class=
"hgs"
>
<div
class=
"nams sc"
>
<div
class=
"nams sc"
>
{{ $t('main.recharge.other1') }}
{{ $t('main.recharge.other1') }}
<div
:class=
"meyXi == 'TRC20' ? ' ssa acti' : 'ssa'"
@
click=
"changXiyi('TRC20')"
>
TRC20
</div>
<div
:class=
"meyXi == 'TRC20' ? ' ssa acti' : 'ssa'"
@
click=
"changXiyi('TRC20')"
>
TRC20
</div>
<
div
:class=
"meyXi == 'ERC20' ? ' ssa acti' : 'ssa'"
style=
"margin-left: 0.5rem"
@
click=
"changXiyi('ERC20')"
>
ERC20
</div
>
<
!-- <div :class="meyXi == 'ERC20' ? ' ssa acti' : 'ssa'" style="margin-left: 0.5rem" @click="changXiyi('ERC20')">ERC20</div> --
>
</div>
</div>
<div
style=
"border-bottom: 1px solid #f2f2f2"
>
<div
style=
"border-bottom: 1px solid #f2f2f2"
@
click=
"changShow2"
>
<van-cell-group
style=
"display: flex; align-items: center"
>
<van-cell-group
style=
"display: flex; align-items: center"
>
<van-field
:value=
"usdtList[usdtIndex] && usdtList[usdtIndex].mch_id"
type=
"text"
readonly
>
</van-field>
<van-field
:value=
"usdtList[usdtIndex] && usdtList[usdtIndex].mch_id"
type=
"text"
readonly
>
</van-field>
<span
class=
"copy"
style=
"width: 40px; color: #069b71"
@
click
.
stop=
"doCopy(usdtList[usdtIndex].mch_id)"
>
{{ $t('main.recharge.label5') }}
</span>
<span
class=
"copy"
style=
"width: 40px; color: #069b71"
@
click
.
stop=
"doCopy(usdtList[usdtIndex].mch_id)"
>
{{ $t('main.recharge.label5') }}
</span>
...
@@ -402,8 +402,6 @@ export default {
...
@@ -402,8 +402,6 @@ export default {
// usdt 情况下 catepay 必填
// usdt 情况下 catepay 必填
// 支付的金额判断
// 支付的金额判断
console
.
log
(
info
.
amount
<
that
.
min_price
,
info
.
amount
>
that
.
max_price
)
console
.
log
(
info
.
amount
,
that
.
min_price
,
that
.
max_price
)
if
(
info
.
amount
<
that
.
min_price
||
info
.
amount
>
that
.
max_price
)
{
if
(
info
.
amount
<
that
.
min_price
||
info
.
amount
>
that
.
max_price
)
{
that
.
showTost
(
0
,
`
${
that
.
$t
(
'main.recharge.label34'
)}${
that
.
min_price
}
-
${
that
.
max_price
}${
that
.
$t
(
'main.recharge.label35'
)}
`
);
that
.
showTost
(
0
,
`
${
that
.
$t
(
'main.recharge.label34'
)}${
that
.
min_price
}
-
${
that
.
max_price
}${
that
.
$t
(
'main.recharge.label35'
)}
`
);
return
;
return
;
...
...
src/components/userCent.vue
View file @
c1467e66
...
@@ -10,28 +10,28 @@
...
@@ -10,28 +10,28 @@
<div
class=
"hgs"
@
click=
"$parent.goNav('/userInfo')"
>
<div
class=
"hgs"
@
click=
"$parent.goNav('/userInfo')"
>
<div
class=
"lfs"
>
<div
class=
"lfs"
>
<div
class=
"topas"
>
{{
$t
(
'main.userCent.label2'
)
}}
</div>
<div
class=
"topas"
>
{{
$t
(
'main.userCent.label2'
)
}}
</div>
<
div
class=
"tisg"
>
{{
$t
(
'main.userCent.label3'
)
}}
</div
>
<
!--
<div
class=
"tisg"
>
{{
$t
(
'main.userCent.label3'
)
}}
</div>
--
>
</div>
</div>
<div
class=
"rigs"
>
{{
$t
(
'main.userCent.label4'
)
}}
<img
src=
"/static/image/right.b9a9c7c64558347505384ad01922580c.png"
alt=
""
/></div>
<div
class=
"rigs"
>
{{
$t
(
'main.userCent.label4'
)
}}
<img
src=
"/static/image/right.b9a9c7c64558347505384ad01922580c.png"
alt=
""
/></div>
</div>
</div>
<div
class=
"hgs"
@
click=
"$parent.goNav('/wallet')"
>
<div
class=
"hgs"
@
click=
"$parent.goNav('/wallet')"
>
<div
class=
"lfs"
>
<div
class=
"lfs"
>
<div
class=
"topas"
>
{{
$t
(
'main.userCent.label5'
)
}}
</div>
<div
class=
"topas"
>
{{
$t
(
'main.userCent.label5'
)
}}
</div>
<
div
class=
"tisg"
>
{{
$t
(
'main.userCent.label6'
)
}}
</div
>
<
!--
<div
class=
"tisg"
>
{{
$t
(
'main.userCent.label6'
)
}}
</div>
--
>
</div>
</div>
<div
class=
"rigs"
><img
src=
"/static/image/right.b9a9c7c64558347505384ad01922580c.png"
alt=
""
/></div>
<div
class=
"rigs"
><img
src=
"/static/image/right.b9a9c7c64558347505384ad01922580c.png"
alt=
""
/></div>
</div>
</div>
<div
class=
"hgs"
@
click=
"$parent.goNav('/password?type=1')"
>
<div
class=
"hgs"
@
click=
"$parent.goNav('/password?type=1')"
>
<div
class=
"lfs"
>
<div
class=
"lfs"
>
<div
class=
"topas"
>
{{
$t
(
'main.userCent.label7'
)
}}
</div>
<div
class=
"topas"
>
{{
$t
(
'main.userCent.label7'
)
}}
</div>
<
div
class=
"tisg"
>
{{
$t
(
'main.userCent.label8'
)
}}
</div
>
<
!--
<div
class=
"tisg"
>
{{
$t
(
'main.userCent.label8'
)
}}
</div>
--
>
</div>
</div>
<div
class=
"rigs"
><img
src=
"/static/image/right.b9a9c7c64558347505384ad01922580c.png"
alt=
""
/></div>
<div
class=
"rigs"
><img
src=
"/static/image/right.b9a9c7c64558347505384ad01922580c.png"
alt=
""
/></div>
</div>
</div>
<div
class=
"hgs"
@
click=
"$parent.goNav('/password?type=2')"
>
<div
class=
"hgs"
@
click=
"$parent.goNav('/password?type=2')"
>
<div
class=
"lfs"
>
<div
class=
"lfs"
>
<div
class=
"topas"
>
{{
$t
(
'main.userCent.label9'
)
}}
</div>
<div
class=
"topas"
>
{{
$t
(
'main.userCent.label9'
)
}}
</div>
<
div
class=
"tisg"
>
{{
$t
(
'main.userCent.label10'
)
}}
</div
>
<
!--
<div
class=
"tisg"
>
{{
$t
(
'main.userCent.label10'
)
}}
</div>
--
>
</div>
</div>
<div
class=
"rigs"
><img
src=
"/static/image/right.b9a9c7c64558347505384ad01922580c.png"
alt=
""
/></div>
<div
class=
"rigs"
><img
src=
"/static/image/right.b9a9c7c64558347505384ad01922580c.png"
alt=
""
/></div>
</div>
</div>
...
@@ -101,7 +101,8 @@ export default {
...
@@ -101,7 +101,8 @@ export default {
.lfs
{
.lfs
{
flex
:
1
;
flex
:
1
;
.topas
{
.topas
{
font-size
:
0.3rem
;
font-size
:
0.35rem
;
font-weight
:
500
;
}
}
.tisg
{
.tisg
{
margin-top
:
4px
;
margin-top
:
4px
;
...
...
src/components/withdrawal.vue
View file @
c1467e66
...
@@ -17,7 +17,8 @@
...
@@ -17,7 +17,8 @@
<div
class=
"mesg"
>
<div
class=
"mesg"
>
<div
class=
"bosgf"
>
<div
class=
"bosgf"
>
<div
class=
"top"
><img
src=
"/static/image/qianbao123.png"
alt=
""
/>
{{
$t
(
'main.withdrawal.label5'
)
}}
</div>
<div
class=
"top"
><img
src=
"/static/image/qianbao123.png"
alt=
""
/>
{{
$t
(
'main.withdrawal.label5'
)
}}
</div>
<div
class=
"bots"
><span>
₩
</span>
{{
$store
.
state
.
userInfo
.
balance
}}
</div>
<div
class=
"bots"
v-if=
"activeName ===2"
><span>
₩
</span>
{{
$store
.
state
.
userInfo
.
balance
}}
</div>
<div
class=
"bots"
v-if=
"activeName ===1"
><span>
$
</span>
{{
$store
.
state
.
userInfo
.
usd_balance
}}
</div>
</div>
</div>
<div
class=
"bosgf"
>
<div
class=
"bosgf"
>
<div
class=
"top"
><img
src=
"/static/image/qianbao123.png"
alt=
""
/>
{{
$t
(
'main.withdrawal.label6'
)
}}
</div>
<div
class=
"top"
><img
src=
"/static/image/qianbao123.png"
alt=
""
/>
{{
$t
(
'main.withdrawal.label6'
)
}}
</div>
...
@@ -69,7 +70,7 @@
...
@@ -69,7 +70,7 @@
<div>
<div>
<van-cell-group>
<van-cell-group>
<van-field
v-model=
"amount"
type=
"text"
:placeholder=
"$t('main.withdrawal.placeholder2')"
>
<van-field
v-model=
"amount"
type=
"text"
:placeholder=
"$t('main.withdrawal.placeholder2')"
>
<template
#
button
>
<van-button
size=
"mini"
@
click=
"bigMey($store.state.userInfo.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>
...
@@ -92,14 +93,14 @@
...
@@ -92,14 +93,14 @@
</div>
</div>
<div
v-if=
"chanmeyXi"
style=
"height: 0.2rem; background: #f8f8f8; width: 100wh"
></div>
<div
v-if=
"chanmeyXi"
style=
"height: 0.2rem; background: #f8f8f8; width: 100wh"
></div>
<div
class=
"hgs"
>
<
!-- <
div class="hgs">
<div class="nams">{{ $t('main.withdrawal.label16') }}</div>
<div class="nams">{{ $t('main.withdrawal.label16') }}</div>
<div style="padding: 5px 0">
<div style="padding: 5px 0">
<span style="color: rgb(240, 80, 80)">≈ </span>{{ amount ? Math.floor((amount / $store.state.userInfo.withdrawusdtrate) * 100) / 100 : '0.00' }} USDT
<span style="color: rgb(240, 80, 80)">≈ </span>{{ amount ? Math.floor((amount / $store.state.userInfo.withdrawusdtrate) * 100) / 100 : '0.00' }} USDT
</div>
</div>
<div style="padding: 5px 0">{{ $t('main.withdrawal.label17') }}{{ $store.state.userInfo.withdrawusdtrate }} ({{ $t('main.withdrawal.label18') }})</div>
<div style="padding: 5px 0">{{ $t('main.withdrawal.label17') }}{{ $store.state.userInfo.withdrawusdtrate }} ({{ $t('main.withdrawal.label18') }})</div>
<div class="lasthg" style="padding: 5px 0">{{ $t('main.withdrawal.label19') }}{{ amount ? Math.floor((amount / $store.state.userInfo.withdrawusdtrate) * 100) / 100 - (chanmeyXi == 'ERC20' ? $store.state.userInfo.withdrawcashfee * 1 : $store.state.userInfo.withdrawfeeusdttrc * 1) : '0.00' }}USDT</div>
<div class="lasthg" style="padding: 5px 0">{{ $t('main.withdrawal.label19') }}{{ amount ? Math.floor((amount / $store.state.userInfo.withdrawusdtrate) * 100) / 100 - (chanmeyXi == 'ERC20' ? $store.state.userInfo.withdrawcashfee * 1 : $store.state.userInfo.withdrawfeeusdttrc * 1) : '0.00' }}USDT</div>
</div>
</div>
-->
<div
style=
"height: 0.2rem; background: #f8f8f8; width: 100wh"
></div>
<div
style=
"height: 0.2rem; background: #f8f8f8; width: 100wh"
></div>
</div>
</div>
...
@@ -478,7 +479,7 @@ export default {
...
@@ -478,7 +479,7 @@ export default {
that
.
$parent
.
showTost
(
0
,
that
.
$t
(
'main.withdrawal.toast5'
));
that
.
$parent
.
showTost
(
0
,
that
.
$t
(
'main.withdrawal.toast5'
));
return
;
return
;
}
}
if
(
amount
<
10
0
)
{
if
(
amount
<
10
)
{
that
.
$parent
.
showTost
(
0
,
that
.
$t
(
'main.withdrawal.toast6'
));
that
.
$parent
.
showTost
(
0
,
that
.
$t
(
'main.withdrawal.toast6'
));
return
;
return
;
}
}
...
...
src/i18n/lan/cn.js
View file @
c1467e66
...
@@ -689,7 +689,7 @@ export const main = {
...
@@ -689,7 +689,7 @@ export const main = {
toast3
:
'请输入您的支付密码'
,
toast3
:
'请输入您的支付密码'
,
toast4
:
'提交成功,等待后台审核'
,
toast4
:
'提交成功,等待后台审核'
,
toast5
:
'请选择USDT地址'
,
toast5
:
'请选择USDT地址'
,
toast6
:
'单笔取款不能低于10
0元
'
,
toast6
:
'单笔取款不能低于10
usdt
'
,
toast7
:
'请输入您的支付密码'
,
toast7
:
'请输入您的支付密码'
,
toast8
:
'提交成功,等待后台审核'
,
toast8
:
'提交成功,等待后台审核'
,
},
},
...
...
src/i18n/lan/en.js
View file @
c1467e66
...
@@ -689,7 +689,7 @@ export const main = {
...
@@ -689,7 +689,7 @@ export const main = {
toast3
:
'Please enter your payment password'
,
toast3
:
'Please enter your payment password'
,
toast4
:
'Submit successfully, waiting for background review'
,
toast4
:
'Submit successfully, waiting for background review'
,
toast5
:
'Please select USDT address'
,
toast5
:
'Please select USDT address'
,
toast6
:
'Single withdrawal cannot be less than 10
0 yuan
'
,
toast6
:
'Single withdrawal cannot be less than 10
usdt
'
,
toast7
:
'Please enter your payment password'
,
toast7
:
'Please enter your payment password'
,
toast8
:
'Submit successfully, waiting for background review'
,
toast8
:
'Submit successfully, waiting for background review'
,
},
},
...
...
src/i18n/lan/kr.js
View file @
c1467e66
...
@@ -692,7 +692,7 @@ export const main = {
...
@@ -692,7 +692,7 @@ export const main = {
toast3
:
'결제 비밀번호를 입력하세요'
,
toast3
:
'결제 비밀번호를 입력하세요'
,
toast4
:
'제출 완료! 관리자 검토를 기다려 주세요'
,
toast4
:
'제출 완료! 관리자 검토를 기다려 주세요'
,
toast5
:
'USDT 주소를 선택하세요'
,
toast5
:
'USDT 주소를 선택하세요'
,
toast6
:
'한 번에 출금할 수 있는 최소 금액은 10
0원입니다
'
,
toast6
:
'한 번에 출금할 수 있는 최소 금액은 10
USDT
'
,
toast7
:
'결제 비밀번호를 입력하세요'
,
toast7
:
'결제 비밀번호를 입력하세요'
,
toast8
:
'제출 완료! 관리자 검토를 기다려 주세요'
,
toast8
:
'제출 완료! 관리자 검토를 기다려 주세요'
,
},
},
...
...
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