Commit 47b81bed by fengzhaoyu

11

parents d3bb55b4 93cb96e0
...@@ -94,7 +94,7 @@ create.Page({ ...@@ -94,7 +94,7 @@ create.Page({
this.update() this.update()
setTimeout(() => { setTimeout(() => {
this.setData({ this.setData({
showPage: trueflict showPage: true
}) })
}, 300) }, 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