jufubao-food 1.0.15-beta10 → 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-beta10",
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,
@@ -581,6 +581,7 @@
581
581
  page_token: 1,
582
582
  page_size: 3,
583
583
  consume_mode: this.consume_mode,
584
+ xnamespace: this.xnamespace
584
585
  }
585
586
  }).then(res => {
586
587
  if(res.list && res.list.length > 0){