9 lines
476 B
Plaintext
9 lines
476 B
Plaintext
<!--index.wxml-->
|
|
<scroll-view class="scrollarea" scroll-y type="list">
|
|
<view class="container">
|
|
<image src="{{userInfo.avatarUrl}}" style="width: 100rpx;height: 100rpx;"></image>
|
|
<mp-icon type="outline" icon="shop" color="black" size="{{25}}"> </mp-icon>
|
|
<button type="default" bind:tap="getUserProfile">获取信息</button>
|
|
<button open-type="getPhoneNumber" bind:tap="getUserPhoneNumber">获取电话</button>
|
|
</view>
|
|
</scroll-view> |