摘要: 【前言】 使用vue处理项目中遇到列表页面时,有一些细节需要注意,这里总结一下,以便优化以后的代码。如下: 1. 使用mint-ui中的LoadMore组件上下拉刷新时,有时无法触发上拉加载更多的方法。还有ios上滚动不太流畅。 2. 从列表进入详情(列表数据分页请求的),再返回时,列表页需要记住之 阅读全文
posted @ 2019-10-29 16:53 front-gl 阅读(946) 评论(0) 推荐(0)
摘要: 思路: 先用git status 查找出哪些文件被修改过了,然后 只git commit odin/code/pom.xml 1、 On branch masterYour branch is up to date with 'origin/master'. Changes to be commit 阅读全文
posted @ 2019-10-29 10:30 front-gl 阅读(9069) 评论(0) 推荐(0)