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
7ad0e552
Commit
7ad0e552
authored
Jun 09, 2025
by
GiottoMaster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
70e016c0
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
5 deletions
+20
-5
index.vue
src/components/mode/index.vue
+13
-1
recharge.vue
src/components/recharge.vue
+3
-3
cn.js
src/i18n/lan/cn.js
+1
-0
en.js
src/i18n/lan/en.js
+1
-0
kr.js
src/i18n/lan/kr.js
+2
-1
No files found.
src/components/mode/index.vue
View file @
7ad0e552
...
...
@@ -77,7 +77,7 @@
<!-- <div class="mey">{{ $t('mode.index.label5') }}</div> -->
</div>
<div
class=
"riggs"
>
<div
class=
"lisImg"
@
click=
"
$parent.goNav('/recharge'
)"
>
<div
class=
"lisImg"
@
click=
"
goRecharge(
)"
>
<img
src=
"/static/image/trans_logo3.png"
alt=
""
/>
{{ $t('mode.index.label6') }}
</div>
...
...
@@ -241,6 +241,18 @@ export default {
this
.
getCaipiaoList
()
},
methods
:
{
goRecharge
()
{
const
date
=
new
Date
()
const
hour
=
(
Number
(
date
.
getUTCHours
())
+
9
)
%
24
console
.
log
(
hour
)
if
(
hour
<
10
||
hour
>=
22
)
{
this
.
$parent
.
showTost
(
0
,
this
.
$t
(
'main.recharge.error1'
));
}
else
{
this
.
$parent
.
goNav
(
'/recharge'
)
}
return
that
.
showTost
(
0
,
that
.
$t
(
'main.recharge.toast1'
));
},
goGamePage
(
item
)
{
const
list
=
[
'concise'
,
'fishing'
,
'joker'
]
if
(
item
.
platform_name
===
'mg'
&&
list
.
indexOf
(
item
.
category_id
>=
0
)
&&
item
.
category_id
!=
'realbet'
)
{
...
...
src/components/recharge.vue
View file @
7ad0e552
...
...
@@ -217,7 +217,7 @@ export default {
name
:
'recharge'
,
data
()
{
return
{
windowShow
:
tru
e
,
windowShow
:
fals
e
,
pay_way
:
'bank'
,
bankBox
:
{},
payInfo
:
{},
...
...
@@ -549,7 +549,7 @@ export default {
},
mounted
()
{
let
that
=
this
;
this
.
windowShow
=
true
//
this.windowShow = true
console
.
log
(
this
.
windowShow
)
},
updated
()
{
...
...
@@ -558,7 +558,7 @@ export default {
beforeRouteEnter
(
to
,
from
,
next
)
{
next
(
vm
=>
{
console
.
log
(
vm
);
vm
.
windowShow
=
true
//
vm.windowShow = true
let
that
=
this
;
vm
.
getuseCardlist
();
});
...
...
src/i18n/lan/cn.js
View file @
7ad0e552
...
...
@@ -454,6 +454,7 @@ export const main = {
other2
:
'备注'
,
other3
:
'请输入备注'
,
tips1
:
'如果您需要储值,请联系客服中心确认银行账户。'
,
error1
:
'存取款时间:工作日 10:00 至 22:00,周末 13:00 至 22:00'
},
register
:
{
...
...
src/i18n/lan/en.js
View file @
7ad0e552
...
...
@@ -454,6 +454,7 @@ export const main = {
other2
:
'Remarks'
,
other3
:
'Please enter remarks'
,
tips1
:
'If you need to top up, please contact the customer service center to confirm your bank account.'
,
error1
:
'Deposit/Withdrawal Hours: Weekdays 10:00 AM to 10:00 PM, Weekends 1:00 PM to 10:00 PM'
},
register
:
{
...
...
src/i18n/lan/kr.js
View file @
7ad0e552
...
...
@@ -456,7 +456,8 @@ export const main = {
other1
:
'지갑 주소'
,
other2
:
'메모'
,
other3
:
'메모를 입력하세요'
,
tips1
:
'충전을 원하실 경우 고객센터에 입금 계좌문의를 하시길 바랍니다.'
tips1
:
'충전을 원하실 경우 고객센터에 입금 계좌문의를 하시길 바랍니다.'
,
error1
:
'입출금 시간 안내 : 평일 오전 10시부터 오후 10시까지 이며, 주말 오후 1시부터 오후 10시까지 입니다.'
},
register
:
{
...
...
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