jufubao-mall 2.0.28 → 2.0.29
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
|
@@ -489,7 +489,7 @@
|
|
|
489
489
|
async onJfbLoad(options) {
|
|
490
490
|
console.log('options', options)
|
|
491
491
|
//设置业务请求代码
|
|
492
|
-
this.setNameSpace(options);
|
|
492
|
+
this.setNameSpace(options,false);
|
|
493
493
|
console.log(this.xnamespace,'options','mmmmmm')
|
|
494
494
|
// if(this.xnamespace){
|
|
495
495
|
// this.namespace = this.xnamespace;
|
|
@@ -558,7 +558,7 @@
|
|
|
558
558
|
// this.cardItemBgColor = getContainerPropsValue(container, 'content.cardItemBgColor', "");
|
|
559
559
|
this.distanceColor = gCPVal(container,'distanceColor', '#999999', {sKey:'distanceColorStatus',fields:['distanceColor']});
|
|
560
560
|
//item背景色
|
|
561
|
-
this.cardItemBgColor = gCPVal(container,'cardItemBgColor', '#
|
|
561
|
+
this.cardItemBgColor = gCPVal(container,'cardItemBgColor', '#ffffff', {sKey:'cardItemBgColorStatus',fields:['cardItemBgColor']});
|
|
562
562
|
//投影
|
|
563
563
|
// this.cardItemShadow = this.getXdShadow({width:20, color:'rgba(0,0,0,0)'},getContainerPropsValue(container, 'content.cardItemShadow', {}))
|
|
564
564
|
this.cardItemShadow = gCPVal(container, 'cardItemShadow', [this.gStyleValue.shadow, {color:'',width:'0',}],{isShadow: true});
|
|
@@ -140,7 +140,7 @@ export default function (data, gValue, gColor, oldData) {
|
|
|
140
140
|
groupKey:'style',
|
|
141
141
|
valueKey: 'cardItemBgColor',
|
|
142
142
|
labelInline:true,
|
|
143
|
-
value: dataVal({data, key:'cardItemBgColor', dValue:'#
|
|
143
|
+
value: dataVal({data, key:'cardItemBgColor', dValue:'#ffffff', gValue}),
|
|
144
144
|
hidden: !statusShow({data, key: 'cardItemBgColorStatus', fields:['cardItemBgColor'], gValue}),
|
|
145
145
|
placeholder: '请选择背景颜色',
|
|
146
146
|
classNmae: 'input80',
|