uni.canvasToTempFilePath api
- 发布:2024-09-19 17:44
- 更新:2024-11-05 19:23
- 阅读:129
产品分类: uni小程序SDK
手机系统: Android
手机系统版本号: Android 13
手机厂商: OPPO
手机机型: A1i
页面类型: vue
SDK版本号: 1.8
操作步骤:
预期结果:
希望修复
希望修复
实际结果:
方法不执行
方法不执行
bug描述:
let cxt = uni.createCanvasContext('canvas',this);
cxt.drawImage('../../static/images/23.gif',0,0);
cxt.draw(true,()=>{
uni.canvasToTempFilePath({
canvasId: 'canvas',
success(res) {
uni.showToast({
title: '成功了'
})
}
})
})
1 个回复
张ming成
同问