Commit 93cb96e0 by liang ce

utils

parent 3768f978
// 防止二次点击
export function isClicked(self) {
self.setData({
isClicked: true
})
setTimeout(function () {
self.setData({
isClicked: false
})
}, 500)
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment