摘要: 1.声明action常量 export const INCREASE = 'INCREASE' export const GETSUCCESS = 'GETSUCCESS' 2.初始化state数据 const initialState = { number: 1, lists: [ { text: 'ww整个应用的 sta... 阅读全文
posted @ 2017-04-18 23:57 <张磊> 阅读(156) 评论(0) 推荐(0)