Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.1更新说明 #7

Open
ckinmind opened this issue Feb 3, 2017 · 1 comment
Open

v1.1更新说明 #7

ckinmind opened this issue Feb 3, 2017 · 1 comment

Comments

@ckinmind
Copy link
Owner

ckinmind commented Feb 3, 2017

v1.1更新说明

  • 修复bug:aboutContent组件中frameborder改为frameBorder
  • aboutContent / Spinner / 组件修改为函数式组件
  • menu组件简化处理逻辑,并且修改为函数式组件
  • new / show / job 页面改为ES6写法,并且优化执行流程
@ckinmind
Copy link
Owner Author

ckinmind commented Feb 3, 2017

修改getContentJson处理函数

getContentJson(startIndex, pagination, isLoadingMore)

//改为

getContentJson(startIndex, endIndex, isLoadingMore)

原来的那个不太好理解,写的不够直观,我改成第一个参数和第二个参数分别是开始加载的序号和结束加载的序号

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant