jufubao-food 1.0.15-beta8 → 1.0.15-beta9

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-food",
3
- "version": "1.0.15-beta8",
3
+ "version": "1.0.15-beta9",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件餐饮插件包",
6
6
  "main": "index.js",
@@ -441,6 +441,10 @@
441
441
  this.p_getFoodShopDetail(this.resource_shop_id);
442
442
  }else if(this.brand_id || this.$configProject['isPreview']){
443
443
  this.p_getFoodShopList();
444
+ }else{
445
+ this.$xdAlert({
446
+ content: '请配置品牌ID',
447
+ })
444
448
  }
445
449
  },
446
450
  /**