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
500b8632
authored
Apr 29, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【优化】增加 pnpm-lock 保证大家更好的打包
parent
a0996bd0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
.gitignore
+0
-1
pnpm-lock.yaml
+0
-0
src/views/mall/promotion/bargain/activity/index.vue
+2
-1
No files found.
.gitignore
View file @
500b8632
...
...
@@ -4,7 +4,6 @@ dist
dist-ssr
*.local
/dist*
*-lock.*
pnpm-debug
auto-*.d.ts
.idea
...
...
pnpm-lock.yaml
0 → 100644
View file @
500b8632
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/views/mall/promotion/bargain/activity/index.vue
View file @
500b8632
...
...
@@ -151,6 +151,7 @@ import * as BargainActivityApi from '@/api/mall/promotion/bargain/bargainActivit
import
BargainActivityForm
from
'./BargainActivityForm.vue'
import
{
formatDate
}
from
'@/utils/formatTime'
import
{
fenToYuanFormat
}
from
'@/utils/formatter'
import
{
closeBargainActivity
}
from
'@/api/mall/promotion/bargain/bargainActivity'
defineOptions
({
name
:
'PromotionBargainActivity'
})
...
...
@@ -206,7 +207,7 @@ const handleClose = async (id: number) => {
// 关闭的二次确认
await
message
.
confirm
(
'确认关闭该砍价活动吗?'
)
// 发起关闭
await
BargainActivityApi
.
close
Seckill
Activity
(
id
)
await
BargainActivityApi
.
close
Bargain
Activity
(
id
)
message
.
success
(
'关闭成功'
)
// 刷新列表
await
getList
()
...
...
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