Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
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
integralMall
integral-mall
Commits
a233177f
Commit
a233177f
authored
May 05, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 待上架
parent
b71b6716
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gift.vue
src/views/goods/gift/gift.vue
+2
-2
No files found.
src/views/goods/gift/gift.vue
View file @
a233177f
...
...
@@ -863,12 +863,12 @@ export default {
return
false
;
}
const
shelfArr
=
[];
// 上架的礼品id
const
soldOutArr
=
[];
// 下架
的礼品id
const
soldOutArr
=
[];
// 下架
|| 待上架
const
deleteArr
=
[];
// 删除的礼品id
let
type
=
''
;
let
proId
=
''
;
for
(
const
item
of
this
.
selectArr
)
{
if
(
item
.
status
===
1
)
{
if
(
item
.
status
===
1
||
item
.
status
===
3
)
{
// 下架状态(进行上架操作)
soldOutArr
.
push
(
item
.
integralMallProId
);
}
else
if
(
item
.
status
===
2
)
{
...
...
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