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
8d42f7c6
Commit
8d42f7c6
authored
May 29, 2024
by
‘yangmengxue’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
回显银行转账图片bug修改
parent
98c00ea4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
src/components/index/SignUp/paying.vue
src/components/index/SignUp/paying.vue
+7
-2
No files found.
src/components/index/SignUp/paying.vue
View file @
8d42f7c6
...
@@ -173,6 +173,7 @@
...
@@ -173,6 +173,7 @@
:visible.sync=
"bankDialogVisible"
:visible.sync=
"bankDialogVisible"
title=
"银行卡支付"
title=
"银行卡支付"
width=
"200"
width=
"200"
@
open=
"openBank"
>
>
<div
class=
"bank_pay"
>
<div
class=
"bank_pay"
>
<div><span>
收款单位:
</span>
{{
payee
}}
</div>
<div><span>
收款单位:
</span>
{{
payee
}}
</div>
...
@@ -298,7 +299,7 @@ export default {
...
@@ -298,7 +299,7 @@ export default {
this
.
has_amount
=
window
.
localStorage
.
getItem
(
"
has_amount
"
+
code
);
this
.
has_amount
=
window
.
localStorage
.
getItem
(
"
has_amount
"
+
code
);
// 已上传的银行付款图片
// 已上传的银行付款图片
let
bank_infoFile
=
window
.
localStorage
.
getItem
(
let
bank_infoFile
=
window
.
localStorage
.
getItem
(
"
bank_info
"
+
window
.
localStorage
.
getItem
(
"
index-phone-all
"
)
+
code
"
sign_up_payfile_
"
+
window
.
localStorage
.
getItem
(
"
index-phone-all
"
)
+
code
);
);
JSON
.
parse
(
bank_infoFile
).
map
((
i
)
=>
{
JSON
.
parse
(
bank_infoFile
).
map
((
i
)
=>
{
if
(
i
.
url
!=
""
)
{
if
(
i
.
url
!=
""
)
{
...
@@ -458,6 +459,10 @@ export default {
...
@@ -458,6 +459,10 @@ export default {
// this.personalInfo.create_time = parseTime(res.data.info.create_time);
// this.personalInfo.create_time = parseTime(res.data.info.create_time);
});
});
},
},
openBank
(){
},
// 上传银行卡转账截图
// 图片上传成功前钩子
// 图片上传成功前钩子
beforeAvatarUpload
(
file
)
{
beforeAvatarUpload
(
file
)
{
...
@@ -704,7 +709,7 @@ export default {
...
@@ -704,7 +709,7 @@ export default {
this
.
$message
.
success
(
"
删除成功
"
);
this
.
$message
.
success
(
"
删除成功
"
);
this
.
hideUpload
=
this
.
fileList
.
length
>=
1
;
this
.
hideUpload
=
this
.
fileList
.
length
>=
1
;
window
.
localStorage
.
removeItem
(
window
.
localStorage
.
removeItem
(
"
bank_info
"
+
"
sign_up_payfile_
"
+
window
.
localStorage
.
getItem
(
"
index-phone-all
"
)
+
window
.
localStorage
.
getItem
(
"
index-phone-all
"
)
+
code
code
);
);
...
...
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