jufubao-base 1.0.61-beta1008 → 1.0.61-beta1009

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.61-beta1008",
3
+ "version": "1.0.61-beta1009",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -219,8 +219,9 @@
219
219
  v-else
220
220
  :style="{
221
221
  height: item.height + 'px',
222
+ backgroundImage: 'url('+ (tabIndex===2 || item.entries.length <= 1 ? cardItem: cardItemEntry) +')'
222
223
  }"
223
- ><image :src="item.entries.length > 1 ? cardItemBg2: cardItemBg1"></image></view>
224
+ ></view>
224
225
  </view>
225
226
  <view v-else-if="cardList === null">
226
227
  <view class="jfb-base-card-entry__body-empty">
@@ -1056,7 +1057,6 @@ export default {
1056
1057
 
1057
1058
 
1058
1059
  &-warp {
1059
- width: unit(700, rpx);
1060
1060
  min-height: unit(310, rpx);
1061
1061
  position: relative;
1062
1062
  border-radius: unit(16, rpx);