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
cddb4010
Commit
cddb4010
authored
4 years ago
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ISV'
parents
865569ca
9d6e5472
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
generateOrRefreshToken.js
src/api/generateOrRefreshToken.js
+3
-2
AccountManagement.vue
src/components/pages/PaymentManagement/AccountManagement.vue
+1
-1
No files found.
src/api/generateOrRefreshToken.js
View file @
cddb4010
...
...
@@ -71,9 +71,10 @@ function getToken () {
if
(
res
.
data
.
resultCode
===
0
)
{
// 有权限登录,返回用户信息
let
mingUserId
=
res
.
data
.
data
.
mingUserId
let
username
=
res
.
data
.
data
.
username
let
loginData
=
qs
.
stringify
({
username
:
mingUserId
,
password
:
mingUserId
,
username
:
username
,
password
:
username
,
scope
:
'server'
,
grant_type
:
'password'
})
...
...
This diff is collapsed.
Click to expand it.
src/components/pages/PaymentManagement/AccountManagement.vue
View file @
cddb4010
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
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