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
b20dab63
Commit
b20dab63
authored
Aug 12, 2021
by
pengyunqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:流水列表
parent
99de2d0e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
index.vue
src/pages/Withdrawal/walletAccount/index.vue
+11
-11
No files found.
src/pages/Withdrawal/walletAccount/index.vue
View file @
b20dab63
...
...
@@ -101,7 +101,7 @@ import Layout from "../layout/index.vue";
import
{
getAccountList
}
from
"@/service/Withdrawal/withdrawal"
;
import
{
ElMessage
}
from
'element-plus'
;
//
import { ElMessage } from 'element-plus';
export
default
{
name
:
"walletAccount"
,
props
:[
"flowRecord"
],
...
...
@@ -201,16 +201,16 @@ export default {
},
//释放
async
release
(
wallet_id
)
{
this
.
dialogText
=
"确认后则将用户释放出黑名单"
;
try
{
await
getRelease
(
wallet_id
)
ElMessage
(
"释放成功"
)
this
.
getAccountList
()
}
catch
(
error
)
{
ElMessage
(
error
)
}
},
//
async release(wallet_id) {
//
this.dialogText = "确认后则将用户释放出黑名单";
//
try {
//
await getRelease(wallet_id)
//
ElMessage("释放成功")
//
this.getAccountList()
//
} catch (error) {
//
ElMessage(error)
//
}
//
},
// //流水记录
handelRecord
(
row
)
{
this
.
$router
.
push
({
path
:
"/op/withdrawal/flowrecord"
,
query
:
{
user_id
:
row
.
user_id
,
wallet_id
:
row
.
wallet_id
}})
...
...
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