File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ export default class Blog extends Component {
107
107
// const blogList = blogDetailedList.concat(this.state.appendList);
108
108
return (
109
109
< Container type = "blog" >
110
- { this . renderAd ( ) }
111
- < div className = "pro-hint" > 以上为赞助商推广内容,非本站提供</ div >
110
+ { /*{ this.renderAd()}*/ }
111
+ { /* <div className="pro-hint">以上为赞助商推广内容,非本站提供</div>*/ }
112
112
{
113
113
blogDetailedList . map ( topic => {
114
114
const post = topic . posts [ 0 ] ;
Original file line number Diff line number Diff line change @@ -46,17 +46,17 @@ export default class Subjects extends React.Component {
46
46
</ ul >
47
47
</ li >
48
48
) ) }
49
- < li className = "apiGroup proGroup" key = "pro" >
50
- 推广资源
51
- < ul className = "apiSub proSub" >
52
- < li >
53
- < a
54
- href = "http://mp.weixin.qq.com/s?__biz=MjM5NzI5MTIyNA==& mid = 501650335 & idx = 1 & sn = d2196fc8e8393d68643cccb94a72545b & chksm = 3 ece062809b98f3e6ef41cf13e0fd5ed6548b28d9b0c091e1559ec9f6f46e34800bb1489bfdf & scene = 18 #wechat_redirect"
55
- onClick = { this . onAdClicked }
56
- > 东方耀系列视频教程</ a >
57
- </ li >
58
- </ ul >
59
- </ li >
49
+ { /* <li className="apiGroup proGroup" key="pro">*/ }
50
+ { /* 推广资源*/ }
51
+ { /* <ul className="apiSub proSub">*/ }
52
+ { /* <li>*/ }
53
+ { /*<a*/ }
54
+ { /* href="http://mp.weixin.qq.com/s?__biz=MjM5NzI5MTIyNA==&mid=501650335&idx=1&sn=d2196fc8e8393d68643cccb94a72545b&chksm=3ece062809b98f3e6ef41cf13e0fd5ed6548b28d9b0c091e1559ec9f6f46e34800bb1489bfdf&scene=18#wechat_redirect"*/ }
55
+ { /* onClick={this.onAdClicked}*/ }
56
+ { /* >东方耀系列视频教程</a>*/ }
57
+ { /* </li>*/ }
58
+ { /* </ul>*/ }
59
+ { /* </li>*/ }
60
60
</ ul >
61
61
) ;
62
62
}
You can’t perform that action at this time.
0 commit comments