|
|
@ -166,6 +166,8 @@ export const makeSocket = async ({ pageInfo = '', retry = false }) => { |
|
|
// return Math.round(+number + 'e' + precision) / Math.pow(10, precision)
|
|
|
// return Math.round(+number + 'e' + precision) / Math.pow(10, precision)
|
|
|
// }
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
let _boundaryCheckingState = true |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* {beyond:是否超出目标时间,day:天,hours:小时,minutes:分钟,seconds:秒钟} |
|
|
* {beyond:是否超出目标时间,day:天,hours:小时,minutes:分钟,seconds:秒钟} |
|
|
* @param time 计算时间 |
|
|
* @param time 计算时间 |
|
|
|