关于actionCreators.js怎么获取e的index
来源:7-13 代码优化微调
SachinYe
2019-02-28
export const changeSwitchTab = (e) => ({
type: 'change_wsitch_tab',
switchTab: e.target.index
})
这么写控制台报错e.target.index不是function
我重新试了下e.target.index这种用法好像本来就拿不到index
e.target可以打印
e.target.index打印不出来
写回答
1回答
-
我看你的业务代码,业务部分是怎么写的
072019-03-05
相似问题