¶Ô±ÈÐÂÎļþ |
| | |
| | | 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 |
| | | } |
| | | } |
| | | } |