jufubao-mall 1.0.77 → 1.0.78

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-mall",
3
- "version": "1.0.77",
3
+ "version": "1.0.78",
4
4
  "private": false,
5
5
  "description": "聚福宝商城业务组件插件包",
6
6
  "main": "index.js",
@@ -211,7 +211,7 @@
211
211
  data: params
212
212
  }).then(shopInfo => {
213
213
  this.$xdHideLoading();
214
- if(shopInfo['resource_shop_id']) {
214
+ if(shopInfo['resource_shop_id'] !== undefined) {
215
215
  shopInfo['shop_icon'] = getServiceUrl(shopInfo['shop_icon'], 'size3');
216
216
  this.shopInfo = shopInfo;
217
217
  this.mapCenter = {lng: shopInfo.longitude, lat: shopInfo.latitude}