¶Ô±ÈÐÂÎļþ |
| | |
| | | export default { |
| | | props: { |
| | | // å¾çå°åï¼Array<String>|Array<Object>å½¢å¼ |
| | | urls: { |
| | | type: Array, |
| | | default: uni.$u.props.album.urls |
| | | }, |
| | | // æå®ä»æ°ç»ç对象å
ç´ ä¸è¯»ååªä¸ªå±æ§ä½ä¸ºå¾çå°å |
| | | keyName: { |
| | | type: String, |
| | | default: uni.$u.props.album.keyName |
| | | }, |
| | | // å徿¶ï¼å¾çé¿è¾¹çé¿åº¦ |
| | | singleSize: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.album.singleSize |
| | | }, |
| | | // å¤å¾æ¶ï¼å¾çè¾¹é¿ |
| | | multipleSize: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.album.multipleSize |
| | | }, |
| | | // å¤å¾æ¶ï¼å¾çæ°´å¹³ååç´ä¹é´çé´é |
| | | space: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.album.space |
| | | }, |
| | | // å徿¶ï¼å¾ç缩æ¾è£åªçæ¨¡å¼ |
| | | singleMode: { |
| | | type: String, |
| | | default: uni.$u.props.album.singleMode |
| | | }, |
| | | // å¤å¾æ¶ï¼å¾ç缩æ¾è£åªçæ¨¡å¼ |
| | | multipleMode: { |
| | | type: String, |
| | | default: uni.$u.props.album.multipleMode |
| | | }, |
| | | // æå¤å±ç¤ºçå¾çæ°éï¼è¶
åºæ¶æåä¸ä¸ªä½ç½®å°ä¼æ¾ç¤ºå©ä½å¾çæ°é |
| | | maxCount: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.album.maxCount |
| | | }, |
| | | // æ¯å¦å¯ä»¥é¢è§å¾ç |
| | | previewFullImage: { |
| | | type: Boolean, |
| | | default: uni.$u.props.album.previewFullImage |
| | | }, |
| | | // æ¯è¡å±ç¤ºå¾çæ°éï¼å¦è®¾ç½®ï¼singleSizeåmultipleSizeå°ä¼æ æ |
| | | rowCount: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.album.rowCount |
| | | }, |
| | | // è¶
åºmaxCountæ¶æ¯å¦æ¾ç¤ºæ¥çæ´å¤çæç¤º |
| | | showMore: { |
| | | type: Boolean, |
| | | default: uni.$u.props.album.showMore |
| | | } |
| | | } |
| | | } |