jyuuroku

Results 2 issues of jyuuroku

When `attrs?.style?.width` is a string, such as '390px', subtracting a number like `'390px' - 100` can result in a "Not a Number" issue, causing the custom node rendering and scaling...

## 问题现象 在按需渲染列表情况下,towxml反复销毁重建,出现内存泄露问题 ## 代码片段(因代码片段1M限制,需自行添加towxml) [微信开发者工具代码片段](https://developers.weixin.qq.com/s/gG5Lmtmh7GYK) ## 图示 ## 代码示例 ### index.wxml- ```javascript list item {{index}} ``` ### index.wxss ```css .cell { justify-content: center; align-items: center; } ``` ### index.ts...