倒计时模块
- Source:
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
obj |
Object | 必填项,以对象字面量形式传参 Properties
|
Methods
off(eventName, fn)
- Source:
取消事件监听
Parameters:
Name | Type | Description |
---|---|---|
eventName |
string | 事件名(timeout、 timechange) |
fn |
function | 回调函数 |
on(eventName, fn)
- Source:
事件监听函数
Parameters:
Name | Type | Description |
---|---|---|
eventName |
string | 事件名(timeout、 timechange) |
fn |
function | 回调函数 |
pause()
- Source:
暂停
Parameters:
Name | Type | Description |
---|---|---|
Object.strict |
Object | 是否从暂停时间开始计算剩余时间(默认为true) |
restart()
- Source:
重启