Skip to content

Commit

Permalink
内容阅读渲染调整
Browse files Browse the repository at this point in the history
  • Loading branch information
TruthHun88 committed Sep 24, 2019
1 parent 11071ca commit 26e68ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/read/read.vue
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
let t = setTimeout(function() {
that.nodes = nodes
clearTimeout(t)
}, 500)
}, 300) // 让用户视觉上认为有个渲染过程,避免内容渲染过快,避免页面从空白到出现内容的过程中有些突兀
},
setFont: function(e) {
// 0 ~ 6
Expand Down

0 comments on commit 26e68ce

Please sign in to comment.