crh-jssdk 0.10.39 → 0.10.40
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.
|
@@ -164,7 +164,7 @@ exports.default = {
|
|
|
164
164
|
if (utils_1.ios) {
|
|
165
165
|
style = params.wordColorStyle === '0' ? "light" : "dark";
|
|
166
166
|
utils_1.globalBridge.bridgeCallHandler("", "LCStatusBar", {
|
|
167
|
-
style:
|
|
167
|
+
style: style,
|
|
168
168
|
});
|
|
169
169
|
console.log("设置iOS状态栏文字颜色成功:", style);
|
|
170
170
|
}
|