Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shop_mobile_uni
Project
Project
Details
Activity
Releases
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
郑秀明
shop_mobile_uni
Commits
7b0c1f14
Commit
7b0c1f14
authored
Mar 11, 2020
by
王建威
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
f29672c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
goodslist.vue
pages/home/components/goodslist.vue
+2
-2
No files found.
pages/home/components/goodslist.vue
View file @
7b0c1f14
...
@@ -80,10 +80,10 @@
...
@@ -80,10 +80,10 @@
list
=
goods_list
;
list
=
goods_list
;
}
else
if
(
goods_data_type
===
1
)
{
}
else
if
(
goods_data_type
===
1
)
{
let
cgl
=
cate_goods_list
||
[];
let
cgl
=
cate_goods_list
||
[];
list
=
additional_goods_show
?
cgl
.
concat
(
goods_list
).
slice
(
0
,
goods_num
)
:
cgl
list
=
additional_goods_show
?
cgl
.
concat
(
goods_list
||
[]
).
slice
(
0
,
goods_num
)
:
cgl
}
else
{
}
else
{
let
bgl
=
buy_goods_list
||
[];
let
bgl
=
buy_goods_list
||
[];
list
=
additional_goods_show
?
bgl
.
concat
(
goods_list
).
slice
(
0
,
goods_num
)
:
bgl
list
=
additional_goods_show
?
bgl
.
concat
(
goods_list
||
[]
).
slice
(
0
,
goods_num
)
:
bgl
}
}
const
space
=
listType
-
list
.
length
%
listType
;
const
space
=
listType
-
list
.
length
%
listType
;
if
(
space
!==
listType
)
{
if
(
space
!==
listType
)
{
...
...
郑秀明
@zhengxiuming
mentioned in commit
1e11bdaf
·
Mar 11, 2020
mentioned in commit
1e11bdaf
mentioned in commit 1e11bdaf4d5b4cae34f09f4b6d60fb09c9e80f7f
Toggle commit list
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