jufubao-food 1.0.15-beta11 → 1.0.15-beta12

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-beta11",
3
+ "version": "1.0.15-beta12",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件餐饮插件包",
6
6
  "main": "index.js",
@@ -557,7 +557,7 @@
557
557
  let query = {...curPage.query};
558
558
  let callback= Base64.encode(curPage.path + '?' + this.$xdUniHelper.jsonToParams(query));
559
559
  this.$xdUniHelper.redirectTo({
560
- url: this.switchStorePath + '?brand_id=' + this.brand_id + '&callback=' + callback
560
+ url: this.switchStorePath + '?brand_id=' + this.shopInfo.brand_id + '&callback=' + callback
561
561
  })
562
562
  // this.$xdUniHelper.navigateTo({
563
563
  // url: this.switchStorePath + "?brand_id=" + this.brand_id + "&resource_shop_id=" + this.resource_shop_id,