jufubao-base 1.0.105-beta2 → 1.0.105-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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-base",
3
- "version": "1.0.105-beta2",
3
+ "version": "1.0.105-beta5",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -233,7 +233,7 @@ export default {
233
233
  })
234
234
  .then((res) => {
235
235
  this.background = getServiceUrl(res.background);
236
- this.used_up_url = getServiceUrl(res.used_up_url);
236
+ this.used_up_url = res.used_up_url && getServiceUrl(res.used_up_url);
237
237
  this.can_take = res.can_take;
238
238
  this.has_times = res.has_times;
239
239
 
@@ -8,6 +8,7 @@ module.exports = {
8
8
  {"prize_id":153,"prize_name":"满50减50","prize_type":"满减券","prize_num":1,"can_take":"Y","is_over":"N","can_take_num":"P","today_times":1,"today_num":0,"total_times":1,"total_num":0,"remain_card_count":55}
9
9
  ],
10
10
  "background":"//sandbox-img.jufubao.cn/uploads/20231204/96b801e0dc27422c183dc90d905dd2ed.jpg",
11
+ "used_up_url": "",
11
12
  "has_times": "Y",
12
13
  "can_take":"Y",
13
14
  "message":"",