您好,欢迎来到榕意旅游网。
搜索
您的当前位置:首页微信小程序获取用户头像修改为圆形

微信小程序获取用户头像修改为圆形

来源:榕意旅游网

wxml文件:

<view class='header'>

<open-data class='userInfo' type="userAvatarUrl" bindgetuserinfo="onGotUserInfo">

</open-data>

</view>

<open-data class='store_address' type="userNickName" lang="zh_CN"></open-data>

wxss文件:

.header {
  border-radius: 50%;
  overflow: hidden;
  width:200rpx;
  height: 200rpx;
  position: relative;
  background: pink;
  margin: 0 auto;
  top: -40rpx;
}
.store_address{
  position: relative;
  bottom: 36rpx;
}

 js文件:

onGotUserInfo: function (e) {
    console.log("nickname=" + e.detail.userInfo.nickName);
  },

它可以自动获取用户的昵称和头像,并设置为圆形

因篇幅问题不能全部显示,请点此查看更多更全内容

Copyright © 2019- nryq.cn 版权所有 赣ICP备2024042798号-6

违法及侵权请联系:TEL:199 1889 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务