mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	uView版本升级到2.0.34
This commit is contained in:
		| @@ -19,13 +19,17 @@ export default { | ||||
|         fontSize: { | ||||
|             type: [String, Number], | ||||
|             default: uni.$u.props.loadmore.fontSize | ||||
|         }, | ||||
| 		    // 图标大小 | ||||
|         iconSize: { | ||||
|             type: [String, Number], | ||||
|             default: uni.$u.props.loadmore.iconSize | ||||
|         }, | ||||
|         // 字体颜色 | ||||
|         color: { | ||||
|             type: String, | ||||
|             default: uni.$u.props.loadmore.color | ||||
|         }, | ||||
|  | ||||
|         // 加载中状态的图标,spinner-花朵状图标,circle-圆圈状,semicircle-半圆 | ||||
|         loadingIcon: { | ||||
|             type: String, | ||||
| @@ -75,6 +79,16 @@ export default { | ||||
|         line: { | ||||
|             type: Boolean, | ||||
|             default: uni.$u.props.loadmore.line | ||||
|         }, | ||||
|         // 线条颜色 | ||||
|         lineColor: { | ||||
|             type: String, | ||||
|             default: uni.$u.props.loadmore.lineColor | ||||
|         }, | ||||
|         // 是否虚线,true-虚线,false-实线 | ||||
|         dashed: { | ||||
|             type: Boolean, | ||||
|             default: uni.$u.props.loadmore.dashed | ||||
|         } | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sfmind
					sfmind