jufubao-base 1.0.158-beta6 → 1.0.158-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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-base",
3
- "version": "1.0.158-beta6",
3
+ "version": "1.0.158-beta7",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -45,7 +45,9 @@
45
45
  :style="{
46
46
  backgroundImage: btnImage,
47
47
  backgroundSize: '100% 100%',
48
- width: '80%'
48
+ height: '70rpx',
49
+ width: '450rpx',
50
+ marginTop: '26rpx'
49
51
  }"
50
52
  @click="getAllCoupont"
51
53
  >{{ isRandom ? "开心获取" : "一键领取" }}</xd-button
@@ -68,7 +68,6 @@
68
68
  </view>
69
69
  <view v-else>
70
70
  <view
71
- v-if="can_take === 'Y'"
72
71
  class="jfb-base-con-list__body-content-list"
73
72
  >
74
73
  <view>
@@ -78,8 +77,7 @@
78
77
  :class="'status_' + item.can_take_num"
79
78
  :style="{
80
79
  backgroundColor:
81
- item.can_take_num === 'Y' ||
82
- item.can_take_num === 'P'
80
+ item.can_take_num === 'Y'
83
81
  ? contentBackground
84
82
  : '#F3F3F3',
85
83
  }"
@@ -114,13 +112,6 @@
114
112
  >{{ btn_txt }}</xd-button
115
113
  >
116
114
  </view>
117
- <view
118
- v-else
119
- class="jfb-base-con-list__body-content-list"
120
- style="padding-bottom: 60rpx"
121
- >
122
- <image mode="widthFix" :src="used_up_url"></image>
123
- </view>
124
115
  </view>
125
116
  </view>
126
117
 
@@ -418,14 +409,16 @@ export default {
418
409
  backgroundRepeat: "no-repeat",
419
410
  // 设置背景颜色
420
411
  backgroundColor: "",
421
- // 设置外边距
422
- margin: "0",
412
+ height: '70rpx',
413
+ width: '450rpx',
414
+ marginTop: '26rpx'
423
415
  }
424
416
  : {
425
417
  // 设置背景颜色
426
418
  backgroundColor: "#FB5B3F",
427
- // 设置外边距
428
- margin: "0",
419
+ height: '70rpx',
420
+ width: '450rpx',
421
+ marginTop: '26rpx'
429
422
  };
430
423
  // 设置按钮文字
431
424
  btn_txt = res.can_take === "Y" ? "一键领取" : "去查看";