二次修复

This commit is contained in:
pplokijuhyg 2020-01-03 15:17:05 +08:00
parent 74db1ce30f
commit 29c99aa029

View File

@ -14,10 +14,10 @@ let getsection = async (text) => {
})
list = list.reverse()
// console.log(list)
list = {
list = [{
title:"列表",
list:list
}
}]
return list
}