工具
This commit is contained in:
parent
0f18776157
commit
04ea741ab9
6
app.wxss
6
app.wxss
@ -1,9 +1,9 @@
|
||||
/**app.wxss**/
|
||||
.container {
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
@ -2,12 +2,8 @@
|
||||
<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>
|
||||
<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>
|
||||
<text>sss</text>
|
||||
</view>
|
||||
</scroll-view>
|
Loading…
Reference in New Issue
Block a user