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

案例:

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
		})
	},
相关推荐
黄华SJ520it1 小时前
线上线下多门店融合系统开发指南
小程序·系统开发
一孤程21 小时前
Airtest自动化测试第五篇:小程序与Web测试——跨平台自动化全覆盖
前端·自动化测试·小程序·自动化·测试·airtest
CRMEB定制开发1 天前
开源商城源码下载后怎么搭建?五步走通完整流程
小程序·开源·商城系统·私域运营
JudithHuang1 天前
受够了带广告的单位换算 App,我自己做了一个微信小程序
微信小程序
小羊Yveesss1 天前
2026年如何自己搭建一个外贸网页?单页验证和完整网站的区别
微信小程序·小程序·开源
weishuangyun1231 天前
怎么开发自己的小程序?2026 三种主流方式实测对比
小程序
言乐61 天前
Python视频相对亮度检测
数据库·python·计算机视觉·小程序·音视频
2501_916008891 天前
iOS 证书管理最佳实践 从创建到续期的完整指南
android·ios·小程序·https·uni-app·iphone·webview
小羊Yveesss2 天前
2026年微信小程序搭建一般需要多长时间?不同方案周期和延期点
微信小程序·小程序
禾高网络2 天前
互联网医院|AI 互联网医院成品开发系统
java·大数据·人工智能·小程序