Files
xhs-examples/xhs-mini-demos/component-case/timer/timer.xhsml
2025-09-14 00:21:54 +08:00

13 lines
372 B
Plaintext

<view class="container">
<view class="page-body">
<view class="page-section">
<text>
{{value}}
</text>
<button bindtap="handle1">setTimeout</button>
<button bindtap="handle2">clearTimeout</button>
<button bindtap="handle3">setInterval</button>
<button bindtap="handle4">clearInterval</button>
</view>
</view>
</view>