mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	使用 uview 重构实际登陆
This commit is contained in:
		| @@ -0,0 +1,5 @@ | ||||
| export default { | ||||
|     props: { | ||||
|  | ||||
|     } | ||||
| } | ||||
| @@ -0,0 +1,27 @@ | ||||
| <template> | ||||
| 	<picker-view-column> | ||||
| 		<view class="u-picker-column"> | ||||
|  | ||||
| 		</view> | ||||
| 	</picker-view-column> | ||||
| </template> | ||||
|  | ||||
| <script> | ||||
| 	import props from './props.js'; | ||||
| 	/** | ||||
| 	 * PickerColumn  | ||||
| 	 * @description  | ||||
| 	 * @tutorial url | ||||
| 	 * @property {String} | ||||
| 	 * @event {Function} | ||||
| 	 * @example | ||||
| 	 */ | ||||
| 	export default { | ||||
| 		name: 'u-picker-column', | ||||
| 		mixins: [uni.$u.mpMixin, uni.$u.mixin,props], | ||||
| 	} | ||||
| </script> | ||||
|  | ||||
| <style lang="scss" scoped> | ||||
| 	@import "../../libs/css/components.scss"; | ||||
| </style> | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV