init
This commit is contained in:
16
xhs-mini-demos/api-case/get-user-info/get-user-info.xhsml
Normal file
16
xhs-mini-demos/api-case/get-user-info/get-user-info.xhsml
Normal file
@@ -0,0 +1,16 @@
|
||||
<view class="container">
|
||||
<showbox title="获取用户信息">
|
||||
<box>
|
||||
<view class="_ui-space">
|
||||
<view class="_text_wrap">
|
||||
用户信息:
|
||||
{{info}}
|
||||
</view>
|
||||
<view>
|
||||
<button class="_ui-button" hover-class="_ui-button-hover" open-type="getUserInfo" bindgetuserinfo="getUserInfo">获取用户信息</button>
|
||||
</view>
|
||||
</view>
|
||||
</box>
|
||||
</showbox>
|
||||
</view>
|
||||
<include src="templates.xhsml" />
|
||||
Reference in New Issue
Block a user