uniapp微信小程序

慈云数据 2024-03-18 技术支持 61 0

	userImg() {
				let that = this
				uni.ChooseMedia({
					count: 1,
					mediaType: ['image', 'video'],
					sourceType: ['album', 'camera'],
					maxDuration: 30,
					camera: 'back',
					success(res) {
						console.log(res.temPFILEs[0].tempFilePath)
						that.imagURL = res.tempFiles[0].tempFilePath
					}
				})
			},

直接调用API即可,注意的是要把值赋给你需要的,this指向需要注意一下

微信扫一扫加客服

微信扫一扫加客服

点击启动AI问答
Draggable Icon