Commit f266c402 authored by liwei's avatar liwei

修改了排行榜页面样式

parent 8543f47a
...@@ -283,6 +283,7 @@ ...@@ -283,6 +283,7 @@
} }
noticeList(query).then(res =>{ noticeList(query).then(res =>{
this.notice = res.data.rows[0] this.notice = res.data.rows[0]
console.log('this.notice:',this.notice)
}).catch(e => { }).catch(e => {
console.log(e) console.log(e)
}) })
......
This diff is collapsed.
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