Skip to content

Commit

Permalink
feat: 针对小说添加新的判断条件,并且把小说的内容从custom文件中抽离出来 #1289
Browse files Browse the repository at this point in the history
  • Loading branch information
Espoir-L committed Nov 21, 2018
1 parent 1cf1321 commit e1e6b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mip-custom/mip-custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ define(function () {
var performance = {};
performance.fetchStart = new Date() - 0;

var paramUrl = url
var paramUrl = url;

// 小说的特殊参数——novelData和fromSearch
paramUrl = novel.addNovelDate.apply(this, [url]);
Expand Down

0 comments on commit e1e6b83

Please sign in to comment.