Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
occloud-server
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
yangjiarong
occloud-server
Commits
94304c18
Commit
94304c18
authored
Jul 20, 2022
by
liuliufashi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
90486b11
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
dist.zip
web-vue-admin/dist.zip
+0
-0
index.ts
web-vue-admin/src/api/index.ts
+2
-3
index.vue
web-vue-admin/src/views/pay-list/index.vue
+1
-1
No files found.
web-vue-admin/dist.zip
0 → 100644
View file @
94304c18
File added
web-vue-admin/src/api/index.ts
View file @
94304c18
...
@@ -168,8 +168,7 @@ export const onDelectgoodpay = async(data:any)=>{
...
@@ -168,8 +168,7 @@ export const onDelectgoodpay = async(data:any)=>{
console
.
log
(
data
,
'data'
);
console
.
log
(
data
,
'data'
);
return
await
request
({
return
await
request
({
url
:
`/goods/delectgoodpay?goodspayid=
${
data
.
goodsid
}
&uid=
${
data
.
uid
}
`
,
url
:
`/goods/delectgoodpay?goodspayid=
${
data
.
goods
pay
id
}
&uid=
${
data
.
uid
}
`
,
method
:
'post'
,
method
:
'post'
,
});
});
}
}
\ No newline at end of file
// /goods/delectgoodpay
\ No newline at end of file
web-vue-admin/src/views/pay-list/index.vue
View file @
94304c18
...
@@ -290,7 +290,7 @@ const onSet = async(index:string)=>{
...
@@ -290,7 +290,7 @@ const onSet = async(index:string)=>{
const
onDel
=
async
(
e
:
any
)
=>
{
const
onDel
=
async
(
e
:
any
)
=>
{
const
prarms
=
{
const
prarms
=
{
uid
:
getUid
(),
uid
:
getUid
(),
goodsid
:
e
.
id
goods
pay
id
:
e
.
id
}
}
const
data
:
any
=
await
onDelectgoodpay
(
prarms
)
const
data
:
any
=
await
onDelectgoodpay
(
prarms
)
if
(
data
.
state
==
1
){
if
(
data
.
state
==
1
){
...
...
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