@aks-dev/easyui 1.0.83 → 1.0.84

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.
@@ -142,6 +142,7 @@ export default (props: MenuProps) => {
142
142
 
143
143
  const show = () => {
144
144
  // console.log('_container', _container.current, StatusBar.currentHeight)
145
+ if(props.data == undefined || props.data?.length == 0) return
145
146
  showPopoverView({
146
147
  content: (
147
148
  <TouchableOpacity
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aks-dev/easyui",
3
- "version": "1.0.83",
3
+ "version": "1.0.84",
4
4
  "description": "移动端App开发工具包",
5
5
  "main": "./src/index.ts",
6
6
  "typings": "./src/index.d.ts",
package/readme.md CHANGED
@@ -2,7 +2,7 @@
2
2
  * @Author: shiguo
3
3
  * @Date: 2022-04-25 17:57:29
4
4
  * @LastEditors: shiguo
5
- * @LastEditTime: 2022-07-15 12:42:27
5
+ * @LastEditTime: 2022-07-15 12:47:16
6
6
  * @FilePath: /@aks-dev/easyui/README.md
7
7
  -->
8
8
 
@@ -42,7 +42,7 @@ import '@aks-dev/easyui/screen/text-fit'
42
42
  + DottedLine
43
43
  + MenuView
44
44
  + RichText
45
- ...
45
+ + ...
46
46
 
47
47
 
48
48
  ### utils