import '@/common/uview-init.js' export default { props: { // 鍊掕鏃舵€荤鏁? seconds: { type: [String, Number], default: uni.$u.props.code.seconds }, // 灏氭湭寮€濮嬫椂鎻愮ず startText: { type: String, default: uni.$u.props.code.startText }, // 姝e湪鍊掕鏃朵腑鐨勬彁绀? changeText: { type: String, default: uni.$u.props.code.changeText }, // 鍊掕鏃剁粨鏉熸椂鐨勬彁绀? endText: { type: String, default: uni.$u.props.code.endText }, // 鏄惁鍦℉5鍒锋柊鎴栧悇绔繑鍥炲啀杩涘叆鏃剁户缁€掕鏃? keepRunning: { type: Boolean, default: uni.$u.props.code.keepRunning }, // 涓轰簡鍖哄垎澶氫釜椤甸潰锛屾垨鑰呬竴涓〉闈㈠涓€掕鏃剁粍浠舵湰鍦板瓨鍌ㄧ殑缁х画鍊掕鏃跺彉浜? uniqueKey: { type: String, default: uni.$u.props.code.uniqueKey } } }