Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
broadcast_cloud
/
web-live
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
2
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b8ca43ed
authored
Jan 28, 2021
by
MichaelJier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
1. 修复商品全部宝贝显示总数
parent
b694c3a5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
components/modules-vertical/shopBox/shopList/index.vue
+1
-1
components/modules/menuBox/menuClass/shop/index.vue
+1
-1
No files found.
components/modules-vertical/shopBox/shopList/index.vue
View file @
b8ca43ed
<
template
>
<
template
>
<div
class=
"shop-container"
ref=
"shopContainer"
@
scroll=
"getMore"
>
<div
class=
"shop-container"
ref=
"shopContainer"
@
scroll=
"getMore"
>
<div
class=
"shop-body"
ref=
"shopBody"
>
<div
class=
"shop-body"
ref=
"shopBody"
>
<div
class=
"count"
>
全部宝贝
{{
sortList
.
length
}}
</div>
<div
class=
"count"
>
全部宝贝
{{
count
}}
</div>
<div
class=
"list"
>
<div
class=
"list"
>
<div
class=
"list-item"
v-for=
"(item, index) in sortList"
:key=
"item.id"
>
<div
class=
"list-item"
v-for=
"(item, index) in sortList"
:key=
"item.id"
>
<div
class=
"img-box"
v-show=
"value"
>
<div
class=
"img-box"
v-show=
"value"
>
...
...
components/modules/menuBox/menuClass/shop/index.vue
View file @
b8ca43ed
<
template
>
<
template
>
<div
class=
"shop-container"
ref=
"shopContainer"
@
scroll=
"getMore"
>
<div
class=
"shop-container"
ref=
"shopContainer"
@
scroll=
"getMore"
>
<div
class=
"shop-body"
ref=
"shopBody"
>
<div
class=
"shop-body"
ref=
"shopBody"
>
<div
class=
"count"
>
全部宝贝
{{
sortList
.
length
}}
</div>
<div
class=
"count"
>
全部宝贝
{{
count
}}
</div>
<div
class=
"list"
>
<div
class=
"list"
>
<div
class=
"list-item"
v-for=
"(item, index) in sortList"
:key=
"item.id"
>
<div
class=
"list-item"
v-for=
"(item, index) in sortList"
:key=
"item.id"
>
<div
class=
"img-box"
>
<div
class=
"img-box"
>
...
...
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