jufubao-base 1.0.61-beta1008 → 1.0.61-beta1010

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-beta1010",
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);
@@ -222,7 +222,7 @@ export default {
222
222
  .then((res) => {
223
223
  console.log(this.$xdAlert, "this.$xdAlertfsdfs");
224
224
  this.$xdAlert({
225
- content: "绑定成功",
225
+ content: "票券绑定成功",
226
226
  close: () => {
227
227
  this.$xdUniHelper.redirectTo({
228
228
  url: this.backUrl,