Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
Project
Project
Details
Activity
Releases
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
bp
op-web-service
Commits
97466415
Commit
97466415
authored
Aug 23, 2021
by
pengyunqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:接入风控
parent
2c56e5b5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
index.vue
src/pages/Withdrawal/Examine/index.vue
+8
-8
No files found.
src/pages/Withdrawal/Examine/index.vue
View file @
97466415
...
...
@@ -374,7 +374,7 @@ import {
getFreezingFund
,
getRolesForUser
,
getWalletAccountStatus
,
resetAccountStatus
,
resetAccountStatus
}
from
"@/service/Withdrawal/withdrawal"
;
import
{
ElMessage
}
from
"element-plus"
;
import
{
fetchCurrentUser
}
from
"../../../service/user"
;
...
...
@@ -384,7 +384,7 @@ const TABS = {
pending
:
"0"
,
passed
:
"1"
,
rejected
:
"2"
,
failed
:
"3"
,
failed
:
"3"
// riskControl: "10",
};
...
...
@@ -416,12 +416,12 @@ export default {
page
:
1
,
count
:
0
,
page_size
:
20
,
//每页条数
status
:
TABS
.
pending
,
//状态
status
:
TABS
.
pending
//状态
},
// 弹框
dialogData
:
{
showData
:
{},
//弹框展示
showMode
:
"audit"
,
//判断是审核还是查看
showMode
:
"audit"
//判断是审核还是查看
},
// 黑名单
// blackList: {
...
...
@@ -437,7 +437,7 @@ export default {
TABS
,
id
:
""
,
status
:
0
,
balance
:
[]
,
balance
:
[]
};
},
created
()
{
...
...
@@ -539,7 +539,7 @@ export default {
.
then
(()
=>
{
this
.
$message
({
type
:
"info"
,
message
:
"已取消操作"
,
message
:
"已取消操作"
});
})
.
catch
(
async
()
=>
{
...
...
@@ -548,13 +548,13 @@ export default {
successCb
();
this
.
$message
({
type
:
"success"
,
message
:
"操作成功"
,
message
:
"操作成功"
});
console
.
log
(
res
);
}
catch
(
error
)
{
this
.
$message
({
type
:
"error"
,
message
:
"请求操作失败"
,
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