Commit 47b81bed by fengzhaoyu

11

assests/AllTimeUnAction.png

3.6 KB

assests/endTimeAction.png

3.99 KB

assests/noRoom.png

28.4 KB

assests/startTimeAction.png

3.56 KB

......@@ -94,7 +94,7 @@ create.Page({
this.update()
setTimeout(() => {
this.setData({
showPage: trueflict
showPage: true
})
}, 300)
}
......
// 防止二次点击
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