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
c0c47ea4
Commit
c0c47ea4
authored
May 05, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
update: dist
parents
56886d25
a233177f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
3 deletions
+3
-3
main.4719fa0220708a520b59.css
dist/css/main.4719fa0220708a520b59.css
+0
-0
index.html
dist/index.html
+1
-1
main.df559d28a2b9055ea07a.js
dist/js/main.df559d28a2b9055ea07a.js
+0
-0
main.df559d28a2b9055ea07a.js.LICENSE.txt
dist/js/main.df559d28a2b9055ea07a.js.LICENSE.txt
+0
-0
gift.vue
src/views/goods/gift/gift.vue
+2
-2
No files found.
dist/css/main.
1fef3e27f35e93f15f17
.css
→
dist/css/main.
4719fa0220708a520b59
.css
View file @
c0c47ea4
This diff is collapsed.
Click to expand it.
dist/index.html
View file @
c0c47ea4
<!doctype html>
<html><head><meta
charset=
"utf-8"
><meta
name=
"viewport"
content=
"width=device-width,initial-scale=1"
><link
rel=
"stylesheet"
href=
"./static/css/iconfont.css"
><link
rel=
"stylesheet"
href=
"./static/css/common.css"
><link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"./static/img/favicon.ico"
><title></title><script
defer=
"defer"
src=
"/integral-mall/js/main.
a7e8ee033c3761f48476.js"
></script><link
href=
"/integral-mall/css/main.1fef3e27f35e93f15f17
.css"
rel=
"stylesheet"
></head><body><div
id=
"app"
><div
class=
"el-loading-spinner"
style=
"width: 98%;"
><svg
viewBox=
"25 25 50 50"
class=
"circular"
><circle
cx=
"50"
cy=
"50"
r=
"20"
fill=
"none"
class=
"path"
></circle></svg></div></div><script>
(
function
()
{
<!doctype html>
<html><head><meta
charset=
"utf-8"
><meta
name=
"viewport"
content=
"width=device-width,initial-scale=1"
><link
rel=
"stylesheet"
href=
"./static/css/iconfont.css"
><link
rel=
"stylesheet"
href=
"./static/css/common.css"
><link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"./static/img/favicon.ico"
><title></title><script
defer=
"defer"
src=
"/integral-mall/js/main.
df559d28a2b9055ea07a.js"
></script><link
href=
"/integral-mall/css/main.4719fa0220708a520b59
.css"
rel=
"stylesheet"
></head><body><div
id=
"app"
><div
class=
"el-loading-spinner"
style=
"width: 98%;"
><svg
viewBox=
"25 25 50 50"
class=
"circular"
><circle
cx=
"50"
cy=
"50"
r=
"20"
fill=
"none"
class=
"path"
></circle></svg></div></div><script>
(
function
()
{
var
src
=
'/component/static/import-component.js?timestrap='
+
new
Date
().
getTime
();
var
host
=
window
.
location
.
host
;
host
=
host
.
indexOf
(
'localhost'
)
>
-
1
||
host
.
indexOf
(
'192.168'
)
>
-
1
?
'gicdev.demogic.com'
:
host
;
...
...
dist/js/main.
a7e8ee033c3761f48476
.js
→
dist/js/main.
df559d28a2b9055ea07a
.js
View file @
c0c47ea4
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/js/main.
a7e8ee033c3761f48476
.js.LICENSE.txt
→
dist/js/main.
df559d28a2b9055ea07a
.js.LICENSE.txt
View file @
c0c47ea4
File moved
src/views/goods/gift/gift.vue
View file @
c0c47ea4
...
...
@@ -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