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
Plain Diff
Browse Files
Authored by
TaoHuang
6 years ago
Commit
a08ac0cbc80d07d273fea2d197448b1b437929ea
2 parents
02dbb344
9ddc5459
Merge branch 'feature/invite' of
http://git.yoho.cn/fe/ufo-app-web
into feature/invite
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 @
a08ac0c
...
...
@@ -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