Skip to content

fix: say花火路由内容为空#2323

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

fix: say花火路由内容为空#2323
DIYgod merged 43 commits into
DIYgod:masterfrom
junfengP:master

Conversation

@junfengP

@junfengP junfengP commented Jun 5, 2019

Copy link
Copy Markdown
Contributor

源站改版,路由改用 JSON数据接口

close #2320

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 9a1e135 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.

say 花火 -文章 路由抓取错误

2 participants