通过 wx:if 控制新版 Canvas 接口渲染内容显隐会导致微信闪退
当使用 wx:if 控制新版 canvas 显隐时(https://developers.weixin.qq.com/community/develop/doc/00020a02c2c040114d19a398f5b001?highLine=canvas),会导致微信 App 闪退。iOS 版本 13.1.2
<canvaswx:if="{{show}}" type="2d" id="canvas" style="width: 300px; height: 300px;"></canvas><button bindtap="showHide">显示/隐藏</button> |
视频链接:https://share.icloud.com/photos/0t16pVlvARSgj0vp5yfoyow8Q
