const ctx = wx.createCanvasContext('id-canvas')
console.log("ctx", ctx)
console.log("rotate", ctx.rotate)
1、正常:开发工具,版本更新问题##微信小程序教程。正常显示 canvas动画
且console.log("rotate", ctx.rotate) 打印结果正常,不为null
2、异常:ios客户端-基础库版本 WeChatLib: 1.9.90 (2018.2.7 14:50:05),无法显示canvas动画
且console.log("rotate", ctx.rotate) 打印结果为null
3、正常:ios客户端-基础库版本 WeChatLib: 1.9.9 (2018.2.5 11:37:13),正常显示 canvas动画
且console.log("rotate", ctx.rotate) 打印结果正常,不为null
同一个客户端,登录了两个微信号,一个是WeChatLib: 1.9.90 (2018.2.7 14:50:05),另一个是WeChatLib: 1.9.9 (2018.2.5 11:37:13)
以前客户端正常显示,怀疑是基础版本库问题
微信小程序开发问题解答 本文来自微信小程序工厂 http://www.xcxgc.com,转载请保留。
微信小程序开发者回答:
文***:
有没有大牛能帮忙看下
console.log("ctx", ctx) 打印了对象信息
console.log("rotate", ctx.rotate) 打印是null
文***:
应该是微信小程序版本问题
请教第三方平台代设置微信小程序服务器域名的问题
本文网址:http://www.91bianli.com/weixinxiaochengxu/32714.html