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: 'light',
167
+ style: style,
168
168
  });
169
169
  console.log("设置iOS状态栏文字颜色成功:", style);
170
170
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crh-jssdk",
3
- "version": "0.10.39",
3
+ "version": "0.10.40",
4
4
  "description": "crh-jssdk",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {