jufubao-base 1.0.269-beta7 → 1.0.270-beta1

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-base",
3
- "version": "1.0.269-beta7",
3
+ "version": "1.0.270-beta1",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -189,9 +189,11 @@ export default {
189
189
  color: #666666;
190
190
  font-size: 24rpx;
191
191
  height: 60rpx;
192
+ position: absolute;
193
+ bottom: 40rpx;
192
194
  width: 100%;
193
195
  box-sizing: border-box;
194
- margin-top: 60rpx;
196
+ left: 0;
195
197
  }
196
198
  .shop_item{
197
199
  display: flex;
@@ -112,7 +112,7 @@
112
112
  }"
113
113
  >
114
114
  <view
115
- v-if="topIsCarousel === 1 "
115
+ v-if="topIsCarousel === 1 && topList >0"
116
116
  :style="{
117
117
  width: bigWidth + 'rpx',
118
118
  height: smallHeight + 'rpx',
@@ -190,7 +190,7 @@
190
190
  }"
191
191
  >
192
192
  <view
193
- v-if="bottomIsCarousel === 1 "
193
+ v-if="bottomIsCarousel === 1 && bottomList.length>0"
194
194
  :style="{
195
195
  width: bigWidth + 'rpx',
196
196
  height: smallHeight + 'rpx',