2024-12-27 17:08:36 +08:00
|
|
|
<!--index.wxml-->
|
|
|
|
<scroll-view class="scrollarea" scroll-y type="list">
|
|
|
|
<view class="container">
|
2025-01-02 17:31:12 +08:00
|
|
|
<image src="{{userInfo.avatarUrl}}" style="width: 100rpx;height: 100rpx;"></image>
|
2025-01-02 17:33:12 +08:00
|
|
|
<mp-icon type="outline" icon="shop" color="black" size="{{25}}"> </mp-icon>
|
2025-01-02 17:31:12 +08:00
|
|
|
<button type="default" bind:tap="getUserProfile">获取信息</button>
|
|
|
|
<button open-type="getPhoneNumber" bind:tap="getUserPhoneNumber">获取电话</button>
|
2024-12-27 17:08:36 +08:00
|
|
|
</view>
|
|
|
|
</scroll-view>
|