You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
因为这个 Issue 最近没有任何有效回复,所以被自动标记为了stale。 如果在未来7天依旧没有任何激活操作,那么该 Issue 将会被自动关闭。 感谢您的提问。
https://github.com/wepyjs/wepy/blob/1f770c041671375d6da3e8f5ce695b4097d29abe/packages/wepy-cli/src/compile-template.js#L372
https://github.com/wepyjs/wepy/blob/1f770c041671375d6da3e8f5ce695b4097d29abe/packages/wepy-cli/src/compile-template.js#L276
两个地方一个是生成wx:for-item属性值,没做camel格式转换, 一个是生成被Repeat的组件内对item的引用,做了camel格式转换,最终会导致变量名称不匹配,从而使生成的wxml文件无法正常工作。
The text was updated successfully, but these errors were encountered: