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
|
@@ -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,
|