mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 02:08:43 +08:00 
			
		
		
		
	uni-app引入使用uView
This commit is contained in:
		
							
								
								
									
										34
									
								
								yudao-ui-app/uni_modules/uview-ui/components/u-code/props.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								yudao-ui-app/uni_modules/uview-ui/components/u-code/props.js
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,34 @@ | ||||
| export default { | ||||
|     props: { | ||||
|         // 倒计时总秒数 | ||||
|         seconds: { | ||||
|             type: [String, Number], | ||||
|             default: uni.$u.props.code.seconds | ||||
|         }, | ||||
|         // 尚未开始时提示 | ||||
|         startText: { | ||||
|             type: String, | ||||
|             default: uni.$u.props.code.startText | ||||
|         }, | ||||
|         // 正在倒计时中的提示 | ||||
|         changeText: { | ||||
|             type: String, | ||||
|             default: uni.$u.props.code.changeText | ||||
|         }, | ||||
|         // 倒计时结束时的提示 | ||||
|         endText: { | ||||
|             type: String, | ||||
|             default: uni.$u.props.code.endText | ||||
|         }, | ||||
|         // 是否在H5刷新或各端返回再进入时继续倒计时 | ||||
|         keepRunning: { | ||||
|             type: Boolean, | ||||
|             default: uni.$u.props.code.keepRunning | ||||
|         }, | ||||
|         // 为了区分多个页面,或者一个页面多个倒计时组件本地存储的继续倒计时变了 | ||||
|         uniqueKey: { | ||||
|             type: String, | ||||
|             default: uni.$u.props.code.uniqueKey | ||||
|         } | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 sfmind
					sfmind