Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
campSite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨梦雪
campSite
Commits
3ebb17cb
Commit
3ebb17cb
authored
Jun 05, 2025
by
杨梦11
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支付
parent
efc19316
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
src/components/index/SignUp/paying.vue
src/components/index/SignUp/paying.vue
+6
-2
No files found.
src/components/index/SignUp/paying.vue
View file @
3ebb17cb
...
@@ -515,7 +515,9 @@ export default {
...
@@ -515,7 +515,9 @@ export default {
this
.
hideUpload
=
true
;
this
.
hideUpload
=
true
;
}
}
}
else
if
(
this
.
transfer_account
==
0
)
{
}
else
if
(
this
.
transfer_account
==
0
)
{
this
.
dialogChoose
=
true
;
// this.dialogChoose = true;
//如果只有一个选择支付宝或者微信,直接跳转
this
.
confirmSignUpDialogFu
=
true
;
}
else
if
(
this
.
transfer_account
==
1
)
{
}
else
if
(
this
.
transfer_account
==
1
)
{
this
.
bankDialogVisible
=
true
;
this
.
bankDialogVisible
=
true
;
if
(
this
.
fileList
.
length
>=
1
)
{
if
(
this
.
fileList
.
length
>=
1
)
{
...
@@ -565,7 +567,9 @@ export default {
...
@@ -565,7 +567,9 @@ export default {
}
else
{
}
else
{
// transfer_account 判断微信支付宝或者银行卡支付
// transfer_account 判断微信支付宝或者银行卡支付
if
(
this
.
transfer_account
==
0
)
{
if
(
this
.
transfer_account
==
0
)
{
this
.
dialogChoose
=
true
;
// this.dialogChoose = true;
//如果只有一个选择支付宝或者微信,直接跳转
this
.
confirmSignUpDialogFu
=
true
;
}
else
{
}
else
{
this
.
bankDialogVisible
=
true
;
this
.
bankDialogVisible
=
true
;
if
(
this
.
fileList
.
length
>=
1
)
{
if
(
this
.
fileList
.
length
>=
1
)
{
...
...
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