Files
xhs-examples/xhs-mini-demos/api-case/pull-down-refresh/pull-down-refresh.xhsml
2025-09-14 00:21:54 +08:00

12 lines
416 B
Plaintext

<view class="container">
<showbox title="下拉刷新">
<box>
<view class="_ui-space">
<button class="_ui-button" hover-class="_ui-button-hover" bindtap="startPullDownRefresh">点击下拉</button>
<button class="_ui-button" hover-class="_ui-button-hover" bindtap="stopPullDownRefresh">停止刷新</button>
</view>
</box>
</showbox>
</view>
<include src="templates.xhsml" />