¶Ô±ÈÐÂÎļþ |
| | |
| | | export default { |
| | | props: { |
| | | // æç¤ºå
容 |
| | | loadingText: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.loadingPage.loadingText |
| | | }, |
| | | // æå䏿¹ç¨äºæ¿æ¢loadingå¨ç»çå¾ç |
| | | image: { |
| | | type: String, |
| | | default: uni.$u.props.loadingPage.image |
| | | }, |
| | | // å è½½å¨ç»ç模å¼ï¼circle-åå½¢ï¼spinner-è±æµå½¢ï¼semicircle-ååå½¢ |
| | | loadingMode: { |
| | | type: String, |
| | | default: uni.$u.props.loadingPage.loadingMode |
| | | }, |
| | | // æ¯å¦å è½½ä¸ |
| | | loading: { |
| | | type: Boolean, |
| | | default: uni.$u.props.loadingPage.loading |
| | | }, |
| | | // èæ¯è² |
| | | bgColor: { |
| | | type: String, |
| | | default: uni.$u.props.loadingPage.bgColor |
| | | }, |
| | | // æåé¢è² |
| | | color: { |
| | | type: String, |
| | | default: uni.$u.props.loadingPage.color |
| | | }, |
| | | // æåå¤§å° |
| | | fontSize: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.loadingPage.fontSize |
| | | }, |
| | | // 徿 å¤§å° |
| | | iconSize: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.loadingPage.fontSize |
| | | }, |
| | | // å è½½ä¸å¾æ çé¢è²ï¼åªè½rgbæè
åå
è¿å¶é¢è²å¼ |
| | | loadingColor: { |
| | | type: String, |
| | | default: uni.$u.props.loadingPage.loadingColor |
| | | } |
| | | } |
| | | } |