当前位置:网站首页>Get wechat avatar and nickname with uniapp
Get wechat avatar and nickname with uniapp
2022-07-05 19:06:00 【gblfy】
<view class="userInformation">
<!-- User defined Avatar -->
<view class="userPortrait">
<image :src="yonghuwx.avatarUrl" mode="widthFix"></image>
</view>
<view class="userLook" >
<!-- User defined name -->
<view class="user-title clamp">{
{
yonghuwx.nickName}}</view>
<view class="user-edit"> Check your profile </view>
</view>
</view>
onLoad(){
let that = this;
uni.login({
provider:'weixin',
success:function(loginRes) {
// Get user information
uni.getUserInfo({
provider:'weixin',
success:function(infoRes){
that.userInfo= infoRes.userInfo
console.log(that.userInfo)
}
});
}
});
}
边栏推荐
- cf:B. Almost Ternary Matrix【對稱 + 找規律 + 構造 + 我是構造垃圾】
- Tupu software digital twin smart wind power system
- C language makes it easy to add, delete, modify and check the linked list "suggested collection"
- cf:B. Almost Ternary Matrix【对称 + 找规律 + 构造 + 我是构造垃圾】
- 彻底理解为什么网络 I/O 会被阻塞?
- 面试官:Redis 过期删除策略和内存淘汰策略有什么区别?
- The easycvr authorization expiration page cannot be logged in. How to solve it?
- Linear table - abstract data type
- uniapp获取微信头像和昵称
- [HCIA cloud] [1] definition of cloud computing, what is cloud computing, architecture and technical description of cloud computing, Huawei cloud computing products, and description of Huawei memory DD
猜你喜欢
Windows Oracle open remote connection Windows Server Oracle open remote connection
企业级数据安全,天翼云是这样理解的
Applet modification style (placeholder, checkbox style)
【历史上的今天】7 月 5 日:Google 之母出生;同一天诞生的两位图灵奖先驱
[today in history] July 5: the mother of Google was born; Two Turing Award pioneers born on the same day
Talking about fake demand from takeout order
MySQL数据库索引教程(超详细)
Oracle日期格式转换 to_date,to_char,to_timetamp 相互转换
如何快速进阶自动化测试?听听这3位BAT大厂测试工程师的切身感想....
[HCIA cloud] [1] definition of cloud computing, what is cloud computing, architecture and technical description of cloud computing, Huawei cloud computing products, and description of Huawei memory DD
随机推荐
[today in history] July 5: the mother of Google was born; Two Turing Award pioneers born on the same day
Interprocess communication (IPC): shared memory
RedHat7.4配置yum软件仓库(RHEL7.4)
2022全网最全的腾讯后台自动化测试与持续部署实践【万字长文】
Technology sharing | interface testing value and system
Ultrasonic ranging based on FPGA
The era of Web3.0 is coming. See how Tianyi cloud storage resources revitalize the system to enable new infrastructure (Part 2)
从外卖点单浅谈伪需求
ROS安装报错 sudo: rosdep:找不到命令
#夏日挑战赛# HarmonyOS - 实现消息通知功能
[performance test] jmeter+grafana+influxdb deployment practice
2022 Alibaba Android advanced interview questions sharing, 2022 Alibaba hand Taobao Android interview questions
图扑软件数字孪生智慧风电系统
Ten years at sea: old and new relay, dark horse rising
C final review
Ant group open source trusted privacy computing framework "argot": open and universal
Redhat7.4 configure Yum software warehouse (rhel7.4)
AI Open2022|基于异质信息网络的推荐系统综述:概念,方法,应用与资源
XML basic knowledge concept
小程序 修改样式 ( placeholder、checkbox的样式)