Skip to content

fix: 修复漫画DB的ctx.state.data内link不正确#2112

Merged
DIYgod merged 32 commits intoDIYgod:masterfrom
junfengP:master
May 12, 2019
Merged

fix: 修复漫画DB的ctx.state.data内link不正确#2112
DIYgod merged 32 commits intoDIYgod:masterfrom
junfengP:master

Conversation

@junfengP
Copy link
Copy Markdown
Contributor

之前写的都是无参数路由,没太在意ctx.state.data内参数含义。这会一用就发现有些不对劲。

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
junfengP added 2 commits May 12, 2019 22:05
之前写的都是无参数的路由,ctx.state.data里参数没填对。
@DIYgod DIYgod merged commit 8992756 into DIYgod:master May 12, 2019
@DIYgod
Copy link
Copy Markdown
Owner

DIYgod commented May 12, 2019

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