Skip to content

fix: say花火路由时间错误#2327

Merged
DIYgod merged 45 commits into
DIYgod:masterfrom
junfengP:master
Jun 5, 2019
Merged

fix: say花火路由时间错误#2327
DIYgod merged 45 commits into
DIYgod:masterfrom
junfengP:master

Conversation

@junfengP

@junfengP junfengP commented Jun 5, 2019

Copy link
Copy Markdown
Contributor
  • 修复时间解析错误
  • 替换eval,使用JSON.parse

junfengP and others added 30 commits March 6, 2019 16:53
let list = $('.co_content8 table tr').get();
list.splice(0, 1);
原因如下:
页面内含有两个 .co_content8 table
仅第一个 table内 第一个 tr 元素是广告

const list = $('.co_content8 table tr:not(:first-child)').get();
会丢失第二个table的第一个tr元素
let list  -> const list
执行npm run format
merged
merged docs/other.md
resolve conflicts
@DIYgod DIYgod merged commit 5a32220 into DIYgod:master Jun 5, 2019
@DIYgod

DIYgod commented Jun 5, 2019

Copy link
Copy Markdown
Owner

Merged, thanks!

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

Successfully merging this pull request may close these issues.

2 participants