拍照上传
// 相机拍照上传
async openCamera() {
const ctx = this.uiContext.getHostContext()
if (camera.getCameraManager(ctx).getSupportedCameras().length === 0) {
this.uiContext.getPromptAction().showToast({
message: "当前设备不支持拍照"
})
return
}
const profile = this.createPickerProfile(ctx!!)
picker.pick(ctx, [picker.PickerMediaType.PHOTO], profile).then(res => {
if (res.resultCode === 0) {
this.uploadImage(res.resultUri)
}
})
}
async openCamera() {
const ctx = this.uiContext.getHostContext()
if (camera.getCameraManager(ctx).getSupportedCameras().length === 0) {
this.uiContext.getPromptAction().showToast({
message: "当前设备不支持拍照"
})
return
}
const profile = this.createPickerProfile(ctx!!)
picker.pick(ctx, [picker.PickerMediaType.PHOTO], profile).then(res => {
if (res.resultCode === 0) {
this.uploadImage(res.resultUri)
}
})
}
下一篇:我们都一样
声明:以上文章均为用户自行添加,仅供打字交流使用,不代表本站观点,本站不承担任何法律责任,特此声明!如果有侵犯到您的权利,请及时联系我们删除。
文章热度:☆☆☆☆☆
文章难度:☆☆☆☆☆
文章质量:☆☆☆☆☆
说明:系统根据文章的热度、难度、质量自动认证,已认证的文章将参与打字排名!
本文打字排名TOP20
登录后可见
