当前位置:网站首页>Upload avatar on uniapp
Upload avatar on uniapp
2022-07-05 00:05:00 【I'm happy】
<template>
<view>
<!-- // By default -->
<image v-if="!imgUrl" :src="require('../../static/nav/icon_me_n.svg')" class="headPhoto" @tap="openChooseImg"></image>
<!-- // The user clicks the modified -->
<image v-else :src="imgUrl" class="headPhoto"></image>
</view>
</template>
<script>
export default {
data() {
return {
imgUrl: ""
};
},
methods: {
openChooseImg() {
uni.chooseImage({
count: 1, // The maximum number of sheets that can be selected
sizeType: ['original', 'compressed'], // You can specify whether it is original or compressed , By default, both of them have
sourceType: ['album', 'camera'], // Select from the album , And camera functions , By default, both of them have
success: res => {
console.log(res, ' Head portrait res')
this.imgUrl = res.tempFilePaths[0] // Assign the selected avatar to imgurl
console.log(this.imgUrl, 'this.imgUrl')
}
});
},
},
};
</script>
<style lang="scss">
.timeBox {
margin-top: 50rpx;
}
</style>
边栏推荐
- 用快解析内网穿透实现零成本自建网站
- IELTS examination process, what to pay attention to and how to review?
- Jar批量管理小工具
- 22-07-02周总结
- 【监控】zabbix
- The pit of sizeof operator in C language
- [JS] - [sort related] - Notes
- 45岁教授,她投出2个超级独角兽
- Tester's algorithm interview question - find mode
- [IELTS reading] Wang Xiwei reading P4 (matching1)
猜你喜欢
How to avoid arc generation—— Aafd fault arc detector solves the problem for you
企业里Win10 开启BitLocker锁定磁盘,如何备份系统,当系统出现问题又如何恢复,快速恢复又兼顾系统安全(远程设备篇)
QT personal learning summary
The input of uniapp is invalid except for numbers
uniapp 除了数字,其他输入无效
How to apply for PMP project management certification examination?
Continuous modification of business scenario functions
香港珠宝大亨,22亿“抄底”佐丹奴
Why does infographic help your SEO
多回路仪表在基站“转改直”方面的应用
随机推荐
Business implementation - the log is written to the same row of data
[JS] - [dynamic planning] - Notes
Verilog tutorial (11) initial block in Verilog
It's too convenient. You can complete the code release and approval by nailing it!
图解网络:什么是网关负载均衡协议GLBP?
C语言中sizeof操作符的坑
Ap8022 switching power supply small household appliances ACDC chip offline switching power supply IC
Parsing of XML
Some basic functions of enterprise projects are developed, and important things are saved to online first a
What is the difference between port mapping and port forwarding
Etcd database source code analysis - brief process of processing entry records
French scholars: the explicability of counter attack under optimal transmission theory
Go step on the pit - no required module provides package: go mod file not found in current directory or any parent
Is it safe to open and register new bonds? Is there any risk? Is it reliable?
Five papers recommended for the new development of convolutional neural network in deep learning
城市轨道交通站应急照明疏散指示系统设计
[Peking University] tensorflow2.0-1-opening
Skills in analyzing the trend chart of London Silver
多回路仪表在基站“转改直”方面的应用
【雅思阅读】王希伟阅读P3(Heading)