Initial commit
Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<button
|
||||
class="cooldown-btn"
|
||||
disabled="{{countdown > 0 || loading}}"
|
||||
loading="{{loading}}"
|
||||
bindtap="onTap"
|
||||
>
|
||||
{{countdown > 0 ? countdown + '秒' : (loading ? '提交中' : text)}}
|
||||
</button>
|
||||
Reference in New Issue
Block a user