微信小程序实现上传照片功能

案例:

html:

html 复制代码
<view class="zhengjianCont fontSize30" style="margin-bottom: 40rpx;">
			<view class="kuai">
				<image binderror="imageOnloadError" bind:tap="upladPhoto" data-params="businessLicense" data-name="zhengZhaoGuanLi" class="kuaiImg" src="{{businessLicense?businessLicense:'/static/image.png'}}"></image>
				<view style="margin-top: 10rpx;">营业执照照片</view>
			</view>
		</view>

js:

javascript 复制代码
		data: {
		businessLicense: '',
	},
	upladPhoto(e) {
		let that = this;
		// 定义图片存储路径,增加年月文件夹分类
		let folder = e.currentTarget.dataset.name + "/" + TIME.getYearMonth()
		this.ossPromise(folder, e.currentTarget.dataset.params).then(resUrl => {
			that.setData({
				[e.currentTarget.dataset.params + 'OSS']: resUrl.path
			})
		}).catch(errr => {
			console.log(errr)
			wx.hideLoading()
			return false
		})
	},
相关推荐
寰宇软件2 小时前
PHP防伪溯源一体化管理系统小程序
小程序·uni-app·vue·php
trabecula_hj3 小时前
微信小程序中实现进入页面时数字跳动效果(自定义animate-numbers组件)
微信小程序·小程序
菜鸟码神3 小时前
微信小程序隐藏右侧胶囊按钮,分享和关闭即右侧三个点和小圆圈按钮
微信小程序·小程序
大叔_爱编程5 小时前
wx035基于springboot+vue+uniapp的校园二手交易小程序
vue.js·spring boot·小程序·uni-app·毕业设计·源码·课程设计
说私域16 小时前
社群裂变+2+1链动新纪元:S2B2C小程序如何重塑企业客户管理版图?
大数据·人工智能·小程序·开源
寰宇软件18 小时前
PHP CRM售后系统小程序
微信小程序·小程序·vue·php·uniapp
浩宇软件开发1 天前
微信小程序实现自定义日历功能
微信小程序·小程序
Q_27437851091 天前
springboot基于微信小程序的健康管理系统
spring boot·后端·微信小程序
V+zmm101341 天前
教育培训微信小程序ssm+论文源码调试讲解
java·数据库·微信小程序·小程序·毕业设计
樊南1 天前
【esp32-uniapp小程序】uniapp小程序篇02——Hbuilder利用git连接远程仓库
git·小程序·gitee·uni-app·hbuilder·torisegit