jufubao-mall 2.0.17-beta4 → 2.0.17-beta5
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
|
@@ -50,6 +50,8 @@
|
|
|
50
50
|
:style="[height]"
|
|
51
51
|
@scroll="handleProdScroll"
|
|
52
52
|
>
|
|
53
|
+
<!--解决遮挡问题-->
|
|
54
|
+
<view v-if="categories.length > 1" :style="{height:'88rpx',width:'100%'}"></view>
|
|
53
55
|
<!--banner-->
|
|
54
56
|
<view
|
|
55
57
|
v-if="hasBanner || video !== null"
|
|
@@ -348,7 +350,7 @@ export default {
|
|
|
348
350
|
}
|
|
349
351
|
}
|
|
350
352
|
return {
|
|
351
|
-
paddingTop: this.categories.length > 1 ? "88rpx" : "",
|
|
353
|
+
//paddingTop: this.categories.length > 1 ? "88rpx" : "",
|
|
352
354
|
height: this.layoutInfo.bodyMinHeight,
|
|
353
355
|
}
|
|
354
356
|
},
|
|
@@ -177,6 +177,8 @@ export default function (data = {}, gValue = {}, gColor = {}, oldData = {}) {
|
|
|
177
177
|
handleCustom({ action, data }) {
|
|
178
178
|
XdBus.getParentApi('getOptionsSettingList')({ setting_id: 'edtix_style_radius' })
|
|
179
179
|
.then(res => {
|
|
180
|
+
console.log(res,'resresres');
|
|
181
|
+
|
|
180
182
|
res.list = res.list.filter(item => {
|
|
181
183
|
return item.label !== '无';
|
|
182
184
|
})
|