小程序
小游戏
企业微信
微信支付
扫描小程序码分享
真机中的演示:
真机调试没有报错,型号是小米5sp
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
我的机型是小米5sp,微信版本是6.7.2,我的代码片段是官方那个打飞机DEMO里面改的(但是打飞机就正常运行),代码片段是
let ctx = canvas.getContext('2d') export default class Main { constructor() { this.ctx=ctx this.start() } start() { this.loop() } update() { } render() { this.ctx.fillStyle = 'red' this.ctx.fillRect(50, 50, 100, 100) } loop() { this.update() this.render() window.requestAnimationFrame(this.loop.bind(this), canvas) } }
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
代码片段连接:wechatide://minicode/t1e0sgmt7635
其余的机型可以吗?或是升级一下微信版本试试?
微信6.7.3,最新版本了,其他机型没得试
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
我的机型是小米5sp,微信版本是6.7.2,我的代码片段是官方那个打飞机DEMO里面改的(但是打飞机就正常运行),代码片段是
let ctx = canvas.getContext('2d') export default class Main { constructor() { this.ctx=ctx this.start() } start() { this.loop() } update() { } render() { this.ctx.fillStyle = 'red' this.ctx.fillRect(50, 50, 100, 100) } loop() { this.update() this.render() window.requestAnimationFrame(this.loop.bind(this), canvas) } }
你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
我的机型是小米5sp,微信版本是6.7.2,我的代码片段是官方那个打飞机DEMO里面改的(但是打飞机就正常运行),代码片段是
let ctx = canvas.getContext('2d') export default class Main { constructor() { this.ctx=ctx this.start() } start() { this.loop() } update() { } render() { this.ctx.fillStyle = 'red' this.ctx.fillRect(50, 50, 100, 100) } loop() { this.update() this.render() window.requestAnimationFrame(this.loop.bind(this), canvas) } }
代码片段连接:wechatide://minicode/t1e0sgmt7635
其余的机型可以吗?或是升级一下微信版本试试?
微信6.7.3,最新版本了,其他机型没得试