jufubao-mall 2.0.31-beta101 → 2.0.31-beta102

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-mall",
3
- "version": "2.0.31-beta101",
3
+ "version": "2.0.31-beta102",
4
4
  "private": false,
5
5
  "description": "聚福宝商城业务组件插件包",
6
6
  "main": "index.js",
@@ -128,7 +128,7 @@
128
128
  topList: [],
129
129
 
130
130
  //面板参数
131
- template_id: "92WFZNFjV5oTas_2N8eKj",
131
+ template_id: "",
132
132
  layoutStyle: "",
133
133
  compStyle: "",
134
134
  bodyPadding: {},
@@ -306,6 +306,7 @@
306
306
  init(container) {
307
307
  this.layoutStyle = gCPVal(container, 'layoutStyle', '1');
308
308
  this.compStyle = gCPVal(container, 'compStyle', '1');
309
+ this.template_id = gCPVal(container, 'template_id', '');
309
310
  this.bodyPadding = gCPVal(container,'bodyPadding', [0], {sKey:'bodyPaddingStatus',fields:['bodyPadding'],isPMR: true});
310
311
  this.navTopMargin = gCPVal(container,'navTopMargin', [0], {sKey:'navTopMarginStatus',fields:['navTopMargin'],isPMR: true});
311
312
  this.navTopPadding = gCPVal(container,'navTopPadding', [{top: 16,left: 24, bottom: 16, right: 24}], {sKey:'navTopPaddingStatus',isPMR: true});