Commit 65780cf2 authored by 罗超's avatar 罗超

1

parent 35839925
......@@ -192,6 +192,7 @@
getIndexData() {
proxy.$request("/AppletIndex/GetIndexInfo_V2", {}).then(res => {
data.pageData = res.Data
uni.setStorageSync("indexData", res.Data);
if(data.pageData.LearningGardenList.length>0){
data.pageData.LearningGardenList.forEach((x,y)=>{
if(x.List.length>0){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment