Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayPc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
fengzhaoyu
mingPayPc
Commits
3edcd6b2
Commit
3edcd6b2
authored
Dec 24, 2019
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改绑定实体卡存在状态码提示信息
parent
bd7b3f02
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
AccountManagement.vue
src/components/pages/PaymentManagement/AccountManagement.vue
+1
-1
No files found.
src/components/pages/PaymentManagement/AccountManagement.vue
View file @
3edcd6b2
...
...
@@ -487,7 +487,7 @@ export default {
this
.
visible2
=
false
this
.
updateBindCardStatusForm
.
resetFields
()
this
.
$message
.
success
(
'操作成功'
)
}
else
if
(
res
.
data
.
resultCode
===
10
010009
)
{
}
else
if
(
res
.
data
.
resultCode
===
10
105
)
{
this
.
$message
.
error
(
'该卡片已被占用'
)
}
else
{
this
.
$message
.
error
(
res
.
data
.
message
)
...
...
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