jufubao-base 1.0.414 → 1.0.415

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.414",
3
+ "version": "1.0.415",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -1446,7 +1446,9 @@ export default {
1446
1446
  res.pay_info.goods_amount,
1447
1447
  100
1448
1448
  );
1449
- res.shop.brand_icon = getServiceUrl(res.shop.brand_icon, 'size5');
1449
+ if(res.shop && res.shop.brand_icon){
1450
+ res.shop.brand_icon = getServiceUrl(res.shop.brand_icon, 'size5');
1451
+ }
1450
1452
  res.pay_info.base =
1451
1453
  res.pay_info.base &&
1452
1454
  res.pay_info.base.map((item) => {