dengjie commit : header区修改样式

This commit is contained in:
clay
2022-10-06 15:59:33 +08:00
parent c019214c7c
commit 18f1083182
8 changed files with 194 additions and 186 deletions

View File

@@ -135,6 +135,7 @@ export default {
pageNum: 1,
pageSize: 9
}).then(res => {
console.log(res.rows);
this.academyData = res.rows;
});
},