Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mohuishou committed Mar 28, 2018
1 parent fc4a49e commit 79bb063
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
[toc]

## 0.7.0
- [ ] 资讯页面
- [x] 资讯页面
- [x] 新增tabs选择页面
- [x] 列表页面优化
- [x] 文章详情页面,文章链接点击复制
- [ ] 文章详情页面,文档预览
- [ ] ~~文章详情页面,文档预览(暂时不做,链接太多,如果通过服务器中转又会导致严重占用带宽)~~
- [x] 新增10个左右网站爬虫, 去除scuinfo爬虫
- [ ] 校车背景调整
- [x] 校车背景调整
- [ ] 修复校历下拉刷新后事件重复的bug,校历页面优化
- [x] Toast去除图标以显示更多的信息

Expand Down
2 changes: 2 additions & 0 deletions src/components/list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
this.scrollTop = 1
setTimeout(() => {
this.scrollTop = 0
this.details = []
this.getDetails()
}, 200);
}
Expand All @@ -125,6 +126,7 @@
if (resp.data.data.length == 0) {
this.isNone = true
this.ShowToast("没有数据了")
this.$apply();
return
}
for (let i = 0; i < resp.data.data.length; i++) {
Expand Down
3 changes: 3 additions & 0 deletions src/pages/details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
height: 100%;
background: @bg-color;
}
.header{
margin-bottom: 20rpx;
}
.details {
margin: 0.2rem;
padding: 0.5rem;
Expand Down

0 comments on commit 79bb063

Please sign in to comment.