Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
japan3-square
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
lanse
japan3-square
Commits
978199b8
Commit
978199b8
authored
Jun 03, 2025
by
lanse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
c8f315ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
4 deletions
+1
-4
ja.ts
src/langurage/ja.ts
+1
-1
withdrawal.vue
src/subPackages/withdrawal/withdrawal.vue
+0
-3
No files found.
src/langurage/ja.ts
View file @
978199b8
...
@@ -508,7 +508,7 @@ const messages = {
...
@@ -508,7 +508,7 @@ const messages = {
tip4
:
'銀行アカウント番号を選択してください'
,
tip4
:
'銀行アカウント番号を選択してください'
,
tip5
:
'出金金額を入力してください'
,
tip5
:
'出金金額を入力してください'
,
tip6
:
'取引パスワードを入力してください'
,
tip6
:
'取引パスワードを入力してください'
,
tip7
:
'金額:
1
,000 円から'
,
tip7
:
'金額:
5
,000 円から'
,
tip8
:
'手数料:無料'
,
tip8
:
'手数料:無料'
,
tip9
:
'出金できる時間帯:平日の9:00-15:30'
,
tip9
:
'出金できる時間帯:平日の9:00-15:30'
,
tip10
:
'出金は24時間内に着金します'
tip10
:
'出金は24時間内に着金します'
...
...
src/subPackages/withdrawal/withdrawal.vue
View file @
978199b8
...
@@ -87,9 +87,6 @@ const sumbit = async () => {
...
@@ -87,9 +87,6 @@ const sumbit = async () => {
if
(
from
.
value
.
pass
===
''
||
!
from
.
value
.
pass
)
{
if
(
from
.
value
.
pass
===
''
||
!
from
.
value
.
pass
)
{
return
showToast
(
t
(
'withdrawal.tip6'
))
return
showToast
(
t
(
'withdrawal.tip6'
))
}
}
if
(
from
.
value
.
money
<
1000
)
{
return
showToast
(
t
(
'withdrawal.tip7'
))
}
sumbitLoading
.
value
=
true
sumbitLoading
.
value
=
true
...
...
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