jufubao-mall 2.0.74 → 2.0.75

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": "2.0.74",
3
+ "version": "2.0.75",
4
4
  "private": false,
5
5
  "description": "聚福宝商城业务组件插件包",
6
6
  "main": "index.js",
@@ -540,7 +540,9 @@
540
540
  this.shopInfo = shopInfo;
541
541
  this.mapCenter = {lng: shopInfo.longitude, lat: shopInfo.latitude}
542
542
  this.initBaidu = true;
543
- this.getShowBrandTip(this.shopInfo)
543
+ if(this.shopInfo.shop_id !== 0){
544
+ this.getShowBrandTip(this.shopInfo)
545
+ }
544
546
  this.$nextTick(() => {
545
547
  this.checkTextOverflow();
546
548
  if(this.isShowCodeProduct){