jufubao-food 1.0.15-beta14 → 1.0.15-beta15

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-beta14",
3
+ "version": "1.0.15-beta15",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件餐饮插件包",
6
6
  "main": "index.js",
@@ -455,6 +455,7 @@
455
455
  * @param container {object} 业务组件对象自己
456
456
  */
457
457
  init(container) {
458
+ this.xnamespace = gCPVal(container, 'xnamespace', this.projectAttr.business_code||this.xnamespace);
458
459
  this.foodDetailPath = getContainerPropsValue(container, 'content.foodDetailPath', {value: ""}).value;
459
460
  this.confirmPath = getContainerPropsValue(container, 'content.confirmPath', {value: ""}).value;
460
461
  this.switchStorePath = getContainerPropsValue(container, 'content.switchStorePath', { value: ''}).value;