uni-app头像上传
uni-app头像上传相关代码
相关代码
updateAvatar() {
let baseUrl = '';//后台接口地址
uni.showActionSheet({
itemList: ['查看头像','从相册选择'],
success: (res) =>{
let index = res.tapIndex;
if(index == 0){//查看头像
let avatarArr = [];
avatarArr.push(this.avatar);
原创
2022-03-10 15:05:36 ·
794 阅读 ·
0 评论