Page: <repeat> <A :item.sync=“item”/> </repeat> 组件A: <B :rank.sync=“item.aaa”/> 如何将 aaa传递 给 B组件?