ëÂ<Ê"àëàë containerID: 'feedCard', // 容器ID containerWidth: 660, // 默认宽度是660 loadType: 1, // 加载类型 1表示点击更多加载, 2表示自动加载 autoLoadDistance: function(){ //return $('#wb_rec').height() + 740; return $(document).height() - $('#relatedNewsWrap').height() - $('#relatedNewsWrap').offset().top + 100; }, // 如果是自动加载, 有时候feedæµå¹¶æ²¡æœ‰æ”¾åœ¨æœ€ä¸‹é¢, 所以scrollEnd的时候è¦åˆ¤æ–­è¿™ä¸ªè·ç¦» clickLoadText: '点击加载更多', summaryKey: 'summary', // 摘è¦ä½¿ç”¨å­—段 supportNotification: false,// 最左边的列表是å¦æ·»åŠ æ醒功能 notificationTemplate: '有{n}æ¡æ¶ˆæ¯ï¼Œç‚¹å‡»æŸ¥çœ‹',// æé†’çš„æ ¼å¼ notificationTimeout: 1000 * 30,// æ醒的事件间隔 pageSize: 5, // æ¯æ¬¡åŠ è½½æ¡æ•° stepSize: 2, // 加载三次之åŽå‡ºåˆ†é¡µ moreTagTemplate: '点击查看更多关于“{n}â€çš„文章', /* * 评论相关é…ç½® */ // 1. 是å¦æ”¯æŒå½“å‰é¡µå±•å¼€è¯„论 enablePageComment: true, // 2. 评论组件编ç ,默认是gbk pageCommentEncoding: 'utf-8', // 3. 是å¦æ˜¾ç¤ºç›–楼,默认0,还å¯ä»¥ä¸º1 pageCommentShowReply: 0, // 4. 评论显示字数 pageCommentMaxWordCount: 110, // 5. 最热评论默认显示æ¡æ•° pageCommentHotPageNum: 3, // 6. 最新评论默认显示æ¡æ•° pageCommentFirstPageNum: 10, supportTabEdit: false, //是å¦æ”¯æŒå…´è¶£è®¾ç½® toFilterNews: [], // 过滤从feed系统走,此处å¯ç½®ç©º isTabFixed: true, fixedTop: 0, supportKeywords: false, // 是å¦æ”¯æŒçƒ­è¯å®šåˆ¶ hotKeywords: [], keywords: [], // é»˜è®¤é€‰å®šçš„å…³é”®è¯ maxKeywordsCount: 15, maxKeywordLength: 14, searchQuery: '', tagURL: 'http://tags.news.sina.com.cn', hotNewsCount: 200, //评论超过该数字显示热icon yPosition: 'auto', // 如果ä¸å›ºå®šï¼Œåˆ™ç»™ä¸€ä¸ªauto,自动计算 tabHeight: 50, noDataText: '没有相关新闻', // 最左边固定tab firstTab: { txt: '最新', lid: -2000, css_width: 40 }, // æ ç›®åˆ†ç±»é…ç½® columnInfos: { }, tabs: [], allTabs: [], tabInfos: { 'tab_-2000': { txt: '最新', lid: -2000, css_width: 40, url: 'http://cre.mix.sina.com.cn/api/v3/get?rfunc=105&fields=url&feed_fmt=1&cateid=y&cre=financepagepc&mod=f&merge=3&statics=1&this_page=1&dedup=32&pageurl=http://finance.sina.com.cn/roll/2017-01-03/doc-ifxzczsu6709387.shtml'+ __getQuery() } }, requireLogin: function(){ }, isLogin: function(){ } };