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
importTarofrom"@tarojs/taro";import{View}from"@tarojs/components";exportdefaultclassTestextendsTaro.PureComponent{render(){const{ val }=this.props;return<View>{val}</View>;}}
Taro 1.0.7
例如我有个测试组件
在另一页面中我定义一组Constants再通过其属性计算val给Test
这时候Test收到false
查看编译后的xml为
而js没有把Constants带进去
换一些其他做法则可以正常计算:
The text was updated successfully, but these errors were encountered: