Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
newydyl1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
qd01
newydyl1
Commits
82729147
Commit
82729147
authored
Feb 19, 2025
by
zhangsan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
de634f20
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
App.vue
src/pages/user/bindBankCard/App.vue
+0
-1
App.vue
src/pages/user/tixian/App.vue
+2
-2
No files found.
src/pages/user/bindBankCard/App.vue
View file @
82729147
...
...
@@ -186,7 +186,6 @@ getBankList()
<div
style=
"display: flex;align-items: center;"
>
<input
v-model=
"formData.bankNum"
:disabled=
"isEdit"
type=
"text"
autoComplete=
"off"
placeholder=
"请填写您的银行卡号"
maxlength=
"23"
@
input=
"handleCardInput"
>
</div>
</div>
...
...
src/pages/user/tixian/App.vue
View file @
82729147
...
...
@@ -50,10 +50,10 @@ const handleWithdraw = async () => {
let
data
=
{}
if
(
type
.
value
!=
1
){
data
=
{
a
mount
:
amount
.
value
,
withdrawA
mount
:
amount
.
value
,
bankId
:
bankId
.
value
,
password
:
password
.
value
,
t
ype
:
type
.
value
withdrawT
ype
:
type
.
value
}
}
else
{
data
=
{
...
...
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