某些页面修改

This commit is contained in:
2020-07-03 09:09:21 +08:00
parent 3e077a810a
commit 98efaa4352
3 changed files with 5 additions and 1 deletions

View File

@@ -218,6 +218,7 @@ export default {
},
getRecommendList() {
this.$u.api.getRecommendList().then(res => {
console.log(res)
if(res.errCode == 0) {
this.recommendList = res.data.list;
}