Open rccoder opened 7 years ago
{ command: '查快递', options: { data: '11222222' } }
{ code: 200, msg: { nextCommand: '查快递' data: [{ type: 'express', data: 'xxx' //{postion: xx, content: xx} }, { }] // 数组可以让之吐多条数据 } }
speakData: { data: [], // 请求的数据 + 返回的数据 isFetching: false, } ——> action getData() fetchingDataSuccess() // 请求得到数据 toFetchingData() // 去请求数据 waitFlag: { status: true // 标记是否在等待 } -> action toFetchingData() // 去请求数据
waitFlag 去掉
speakData: { data: [], // 请求的数据 + 返回的数据 isFetching: false, // 控制是否显示 正在请求中气泡 } ——> action getData() fetchingDataSuccess() // 请求得到数据
左后区分?
data 中的每项 {postion: xx, content: xx}
{postion: xx, content: xx}
request
reponse
State
waitFlag 去掉
左后区分?
data 中的每项
{postion: xx, content: xx}
Today Map