未验证 提交 d39a7ae8 编写于 作者: L LiAn 提交者: Gitee

update zh-cn/application-dev/reference/arkui-js/js-components-canvas-image.md.

Signed-off-by: NLiAn <lian15@huawei.com>
上级 f0cd0a21
......@@ -88,7 +88,7 @@
export default {
onShow(){
const el =this.$refs.canvas
var ctx = this.$element('drawImage').getContext('2d');
var ctx =el.getContext('2d');
var img = new Image();
img.src = 'common/images/example.jpg';
img.onload = function() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册