获取微信头像的时候,显示为圆形:

xiaoxiao2025-04-11  22

<view class='touxiang' bindtap='to_mycenter'>

<!-- <image src='{{head_pic}}'></image> -->

<open-data type="userAvatarUrl" class='weixin'></open-data>

</view>

 

.touxiang {

width: 160rpx;

height: 160rpx;

position: absolute;

left: 296rpx;

top: 200rpx;

border: 2rpx solid #888;

border-radius: 50%;

-moz-box-shadow: 0px 0px 8px #000;

-webkit-box-shadow: 0px 0px 8px #000;

box-shadow: 0px 0px 8px #000;

overflow: hidden;

}

 

.touxiang .weixin {

width: 160rpx;

height: 160rpx;

border-radius: 50%;

}

 

转载请注明原文地址: https://www.6miu.com/read-5027978.html

最新回复(0)