@aks-dev/easyui 1.0.45 → 1.0.46

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.
@@ -52,7 +52,7 @@
52
52
 
53
53
  // 图片
54
54
 
55
- _imageView = [[UIImageView alloc] initWithImage:[UIImage imageWithData:[self getpng:@"upgrade_bg"]];];
55
+ _imageView = [[UIImageView alloc] initWithImage:[UIImage imageWithData:[self getpng:@"upgrade_bg"]]];
56
56
  _imageView.contentMode = UIViewContentModeScaleAspectFit | UIViewContentModeTop | UIViewContentModeLeft | UIViewContentModeRight ;
57
57
  [self addSubview:_imageView];
58
58
  // 标题
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aks-dev/easyui",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "description": "爱科森开发工具包(react-native)",
5
5
  "main": "./src/index.ts",
6
6
  "typings": "./src/index.d.ts",