This commit is contained in:
aihe 2024-06-25 16:12:48 +08:00
parent 718152caef
commit 0e7dcd3d1d
2 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,7 @@ export default {
}) })
}); });
}catch(e){ }catch(e){
console.log("renderCanvasImg error==========", e)
// 多次渲染,createCanvasContext,必须使用新的才可以 // 多次渲染,createCanvasContext,必须使用新的才可以
that.canvasId = uni.$u.guid(20) that.canvasId = uni.$u.guid(20)
hideLoading() hideLoading()

View File

@ -115,6 +115,7 @@ export default {
return true return true
} }
} catch(e){ } catch(e){
console.error("callPrint error=====", e)
} }
} }
} }