麻烦指导下columndetail中怎么写加载更多,写了几种方式都不对
来源:1-1 课程介绍(导学 )
Dison_ITboy
2022-08-05
fetchPosts (state, { data: rawData, extraData: columnId }) {
const { data } = state.posts
const { list, count, currentPage } = rawData.data
state.posts = {
data: { …data, …arrToObj(list) },
total: count,
currentPage: currentPage * 1,
loadedColumns: columnId
}
},![![
写回答
2回答
-
张轩
2022-08-07
同学你好 请问你的代码提交的是否有问题?我用你的代码运行项目,首页就会报错,显示 fetchCurrent'User 这个 action 还没有添加,我就发现 store 中还缺失了很多代码?请确认一下是否有的文件没有提交呢?
00 -
张轩
2022-08-06
同学你好
请提供一下代码库(git),我在本地帮你看一下,谢谢
012022-08-06
相似问题