Taro+react开发(37)箭头函数括号加个return
Posted 小歌谣(公众号同名)
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Taro+react开发(37)箭头函数括号加个return相关的知识,希望对你有一定的参考价值。
{getLearnList.map((item, index) => (
<View>
<View key={index} className="img-title">
<Text>xueyuan</Text>
<Image mode="widthFix" src={item.imgCoverPath} />
</View>
</View>
))}
以上是关于Taro+react开发(37)箭头函数括号加个return的主要内容,如果未能解决你的问题,请参考以下文章