Files
xhs-examples/xhs-mini-demos/api-case/clipboard-data/templates.xhsml
2025-09-14 00:21:54 +08:00

50 lines
1.1 KiB
Plaintext

<!-- 以下内容为自动生成,请勿手动修改 -->
<view class="container">
<showbox title="setClipboardData演示">
<box>
<api-status
success="{{page_data_1}}"
complete="{{page_data_3}}"
fail="{{page_data_2}}"
text="{{page_data_4}}"
>
</api-status>
<view class="_ui-space _mt8">
<view class="_ui-input">
<input placeholder="data" type="text" bindinput="page_fun_1" />
</view>
<button
class="_ui-button"
hover-class="_ui-button-hover"
bindtap="page_fun_0"
>
触发
</button>
</view>
</box>
</showbox>
<showbox title="getClipboardData演示">
<box>
<api-status
success="{{page_data_5}}"
complete="{{page_data_7}}"
fail="{{page_data_6}}"
text="{{page_data_8}}"
>
</api-status>
<view class="_ui-space _mt8">
<button
class="_ui-button"
hover-class="_ui-button-hover"
bindtap="page_fun_2"
>
触发
</button>
</view>
</box>
</showbox>
</view>