Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2019-04-03 19:56:20 +0800
Commit
b02f58787ed298085060928e70ef46d7108e3e79
1 parent
145f5108
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/pages/single/mine/bank-card/card-add.vue
apps/pages/single/mine/bank-card/card-add.vue
View file @
b02f587
...
...
@@ -187,7 +187,7 @@ export default {
text: '取消',
},
onConfirm: () => {
this.bindBankCard(
data
).then(res => {
this.bindBankCard(
info
).then(res => {
if (res.code === 200) {
this.$router.replace({name: 'bankcard'});
} else {
...
...
Please
register
or
login
to post a comment