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

案例:

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
		})
	},
相关推荐
计算机毕设指导61 天前
基于微信小程序的校园食堂点餐系统【源码文末联系】
java·spring boot·微信小程序·小程序·tomcat·maven·intellij-idea
项目題供诗1 天前
微信小程序黑马优购(项目)(八)
微信小程序·小程序
2501_915918411 天前
iOS 项目中证书管理常见的协作问题
android·ios·小程序·https·uni-app·iphone·webview
2501_915918411 天前
提升 iOS 应用安全审核通过率的一种思路,把容易被拒的点先处理
android·安全·ios·小程序·uni-app·iphone·webview
00后程序员张1 天前
APP如何快速上架Apple Store:完整上架流程与常见问题解析
android·小程序·https·uni-app·iphone·webview
Chloe.Zz1 天前
微信小程序接入大模型实战 4:塔罗咨询室(含代码)
语言模型·微信小程序·小程序
2501_916008891 天前
iOS 应用发布流程中常被忽视的关键环节
android·ios·小程序·https·uni-app·iphone·webview
Q_Q5110082851 天前
小程序基于Java Web的健身房管理系统设计和开发
java·前端·小程序
艾上编程1 天前
第四章——桌面小程序场景之使用Tkinter制作文件格式转换器:满足日常格式转换需求
开发语言·小程序
风月歌1 天前
小程序项目之“健康早知道”微信小程序源码(java+小程序+mysql)
java·微信小程序·小程序·毕业设计·源码