Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
493a6554
authored
Jun 17, 2026
by
renyizhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
充值订单筛选
parent
780cb232
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
103 additions
and
50 deletions
+103
-50
src/api/member/recharge/index.ts
+6
-2
src/views/member/recharge/index.vue
+97
-48
No files found.
src/api/member/recharge/index.ts
View file @
493a6554
...
@@ -3,14 +3,15 @@ import request from '@/config/axios'
...
@@ -3,14 +3,15 @@ import request from '@/config/axios'
export
interface
MemberRechargePageReqVO
{
export
interface
MemberRechargePageReqVO
{
pageNo
:
number
pageNo
:
number
pageSize
:
number
pageSize
:
number
user
Id
?:
number
user
Mobile
?:
string
payChannel
?:
string
payChannel
?:
string
payStatus
?:
number
payStatus
?:
number
redeemed
?:
number
createTime
?:
[
string
,
string
]
createTime
?:
[
string
,
string
]
}
}
export
interface
MemberRechargeRespVO
{
export
interface
MemberRechargeRespVO
{
id
:
number
id
:
number
|
null
userId
:
number
userId
:
number
userMobile
:
string
userMobile
:
string
amount
:
number
amount
:
number
...
@@ -46,5 +47,8 @@ export const MemberRechargeApi = {
...
@@ -46,5 +47,8 @@ export const MemberRechargeApi = {
},
},
manualRecharge
:
async
(
data
:
MemberRechargeManualReqVO
)
=>
{
manualRecharge
:
async
(
data
:
MemberRechargeManualReqVO
)
=>
{
return
request
.
post
({
url
:
'/member/recharge/manual'
,
data
})
return
request
.
post
({
url
:
'/member/recharge/manual'
,
data
})
},
getPendingCount
:
async
()
=>
{
return
request
.
get
({
url
:
'/member/recharge/pending-count'
})
}
}
}
}
src/views/member/recharge/index.vue
View file @
493a6554
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