jufubao-mall 2.0.20-beta8 → 2.0.20-beta9
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
|
@@ -822,7 +822,7 @@
|
|
|
822
822
|
bgActColor = this.mainColor;
|
|
823
823
|
}
|
|
824
824
|
|
|
825
|
-
|
|
825
|
+
let defOldLvel2Name = {
|
|
826
826
|
fontSize: '24',
|
|
827
827
|
actFontSize: '24',
|
|
828
828
|
color: color,
|
|
@@ -831,7 +831,18 @@
|
|
|
831
831
|
actBgColor:bgActColor,
|
|
832
832
|
fontWeight: 'normal',
|
|
833
833
|
actFontWeight: 'normal',
|
|
834
|
-
}
|
|
834
|
+
}
|
|
835
|
+
let defNewLvel2Name = {
|
|
836
|
+
fontSize: '24',
|
|
837
|
+
actFontSize: '24',
|
|
838
|
+
color: '#333',
|
|
839
|
+
actColor: this.mainColor,
|
|
840
|
+
bgColor:'',
|
|
841
|
+
actBgColor:'',
|
|
842
|
+
fontWeight: 'normal',
|
|
843
|
+
actFontWeight: 'normal',
|
|
844
|
+
}
|
|
845
|
+
const level2Name = gCPVal(container, 'level2Name', [defNewLvel2Name,defOldLvel2Name],{sKey:'level2NameStatus', fields:['level2Name','level2Color'],isMerge: true});
|
|
835
846
|
|
|
836
847
|
const subTitleRadius = gCPVal(container, 'subTitleRadius', ['40rpx'],{sKey:'subTitleRadiusStatus', fields:['subTitleRadius']})||0;
|
|
837
848
|
const subTitleIconShadow = gCPVal(container, 'subTitleIconShadow', [this.gStyleValue.shadow,'none'], {isShadow:true});
|