Results 3 comments of shinyzhang

``` :before{ content:""; position:absolute; bottom:10px; left:41px; border: solid #fff; border-radius: 50%; } ``` 解决一切 虽然不知道意思

我想知道咱们request里面修改了吗? 取count的时候是不是做处理了? ``` import fetch from "dva/fetch"; function getCount(response) { const { apiResponse, data } = response return { data, count: apiResponse.headers.get('x-total-count') } } function parseJSON(response) { async function getData(response)...