We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
由于mhy改动了日历api,导致了 CalendarSr.js lodash.forEach(listData.data.pic_list[0].type_list[0].list, (ds) => CalSr.getList(ds, resultList, { ...dateList, now, timeMap, gachaImgs })) 失效
lodash.forEach(listData.data.pic_list[0].type_list[0].list, (ds) => CalSr.getList(ds, resultList, { ...dateList, now, timeMap, gachaImgs }))
建议把 ilstData.data.pic_list[0].type_list[0].list 改为 listData.data.pic_list[0].type_list[1].list 以便获取所有内容
ilstData.data.pic_list[0].type_list[0].list
listData.data.pic_list[0].type_list[1].list
The text was updated successfully, but these errors were encountered:
No branches or pull requests
由于mhy改动了日历api,导致了 CalendarSr.js
lodash.forEach(listData.data.pic_list[0].type_list[0].list, (ds) => CalSr.getList(ds, resultList, { ...dateList, now, timeMap, gachaImgs }))
失效
建议把
ilstData.data.pic_list[0].type_list[0].list
改为
listData.data.pic_list[0].type_list[1].list
以便获取所有内容
The text was updated successfully, but these errors were encountered: