jufubao-mall 2.0.16-beta6 → 2.0.16-beta7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<!-- #endif -->
|
|
18
18
|
<view class="jfb-mall-new-shop-list__body" >
|
|
19
19
|
<!--搜索条件-->
|
|
20
|
-
<view v-if="showQuery === 'Y' && isFixed" :style="{height:cateFixedHeight + 'rpx'}"></view>
|
|
20
|
+
<view v-if="showQuery === 'Y' && isFixed && searchFilterList.length > 0" :style="{height:cateFixedHeight + 'rpx'}"></view>
|
|
21
21
|
<view
|
|
22
22
|
class="query_wrap"
|
|
23
23
|
:class="{isFixed:isFixed}"
|
|
@@ -518,8 +518,6 @@
|
|
|
518
518
|
keyword: this.keyword,
|
|
519
519
|
city_code: this.stateCity.city_code,
|
|
520
520
|
type:'sell',
|
|
521
|
-
filter_item: this.filterMode.filter(item=>item !== 'filter').join(','),
|
|
522
|
-
|
|
523
521
|
}
|
|
524
522
|
jfbRootExec("getNewSearchFilterList", {
|
|
525
523
|
vm: this,
|
|
@@ -93,7 +93,7 @@ export default {
|
|
|
93
93
|
};
|
|
94
94
|
},
|
|
95
95
|
boxListComp(){
|
|
96
|
-
let maxHeight = this.$root.layoutInfo['bodyMinHeightRpx'] -
|
|
96
|
+
let maxHeight = this.$root.layoutInfo['bodyMinHeightRpx'] - 400;
|
|
97
97
|
if(this.$configProject.isPreview) maxHeight = 800;
|
|
98
98
|
return {
|
|
99
99
|
backgroundColor: this.filterStyle['filterListColor'] || '#f8f8f8',
|