uniapp:微信小程序上传头像

html 复制代码
<view class="logo df-aic-jucen">
	<button class="btn-normal" open-type="chooseAvatar" @chooseavatar="onChooseAvatar"></button>
	<image :src="userinfo.head_portrait" mode="" class="img1"></image>
</view>
js 复制代码
onChooseAvatar(e){
	console.log(e);
	this.$uploadImage('/api/uploadImage', e.detail.avatarUrl).then(res => {
		console.log('2',res);
		if (res.code == 200) {
			this.new_avatar_url = res.data.path
			this.$http.post('/api/editUserInfo',{
				name:this.userinfo.name,
				head_portrait:this.new_avatar_url ? this.new_avatar_url : this.userinfo.head_portrait
			}).then(res=>{
				if(res.code == 200){
					this.$toast('修改成功')
				}
			})
		}
	})
},
相关推荐
寰宇软件6 分钟前
PHP CRM售后系统小程序
微信小程序·小程序·vue·php·uniapp
浩宇软件开发5 小时前
微信小程序实现自定义日历功能
微信小程序·小程序
Q_27437851095 小时前
springboot基于微信小程序的健康管理系统
spring boot·后端·微信小程序
V+zmm101348 小时前
教育培训微信小程序ssm+论文源码调试讲解
java·数据库·微信小程序·小程序·毕业设计
努力搬砖的程序媛儿8 小时前
uniapp广告飘窗
前端·javascript·uni-app
樊南8 小时前
【esp32-uniapp小程序】uniapp小程序篇02——Hbuilder利用git连接远程仓库
git·小程序·gitee·uni-app·hbuilder·torisegit
智驾8 小时前
uniapp,编译运行报错“Error: listen EACCES: permission denied 0.0.0.0:5173“,解决方法
uni-app·error·eacces·5173
寰宇软件10 小时前
PHP校园助手系统小程序
小程序·vue·php·uniapp
陈钇钇11 小时前
持续升级《在线写python》小程序的功能,文章页增加一键复制功能,并自动去掉html标签
python·小程序·html
计算机-秋大田11 小时前
基于SSM的家庭记账本小程序设计与实现(LW+源码+讲解)
java·前端·后端·微信小程序·小程序·课程设计