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

12 lines
500 B
Plaintext

<view class="container">
<showbox title="获取第三方平台定义的数据">
<box>
<view class="_ui-space">
<view xhs:if="{{content}}">config: {{content}}</view>
<button class="_ui-button" hover-class="_ui-button-hover" bindtap="getExtConfig">异步获取</button>
<button class="_ui-button" hover-class="_ui-button-hover" bindtap="getExtConfigSync">同步获取</button>
</view>
</box>
</showbox>
</view>
<include src="templates.xhsml" />