Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
79409412
Commit
79409412
authored
Oct 28, 2022
by
李嘉林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
售罄商品根据大后台配置是否展示
parent
27016ee0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
static/nativeComponents/GoodsList/index.js
+2
-3
No files found.
static/nativeComponents/GoodsList/index.js
View file @
79409412
...
@@ -271,8 +271,7 @@ const componentOptions = {
...
@@ -271,8 +271,7 @@ const componentOptions = {
// rows: this.showRowNum() ? this.data.classificationLoadNum : this.getItemNum(),
// rows: this.showRowNum() ? this.data.classificationLoadNum : this.getItemNum(),
sortColumn
:
goodsSort
,
sortColumn
:
goodsSort
,
sortType
:
goodsSort
!=
2
?
1
:
0
,
sortType
:
goodsSort
!=
2
?
1
:
0
,
whetherShowSoldOutGoods
:
this
.
data
.
datas
.
componentData
whetherShowSoldOutGoods
:
app
.
shop_configuration
.
whetherShowSoldOutGoods
,
.
whetherShowSoldOutGoods
,
whetherQueryCollectCount
:
true
,
whetherQueryCollectCount
:
true
,
whetherUseVirtualSalesQty
:
true
,
whetherUseVirtualSalesQty
:
true
,
whetherUseVirtualCollectCount
:
true
,
whetherUseVirtualCollectCount
:
true
,
...
@@ -335,7 +334,7 @@ const componentOptions = {
...
@@ -335,7 +334,7 @@ const componentOptions = {
page
:
1
,
page
:
1
,
rows
:
terminalProductIds
.
length
,
rows
:
terminalProductIds
.
length
,
terminalProductIds
:
terminalProductIds
,
terminalProductIds
:
terminalProductIds
,
whetherShowSoldOutGoods
:
this
.
whetherShowSoldOutGoods
whetherShowSoldOutGoods
:
app
.
shop_configuration
.
whetherShowSoldOutGoods
};
// 当前页 // 一页多少条
};
// 当前页 // 一页多少条
this
.
briefProduct
(
briefQuery
);
this
.
briefProduct
(
briefQuery
);
}
}
...
...
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