|
@ -311,8 +311,8 @@ |
|
|
this.Post({ |
|
|
this.Post({ |
|
|
id: 4 |
|
|
id: 4 |
|
|
},'/api/article/getArticleById').then(res => { |
|
|
},'/api/article/getArticleById').then(res => { |
|
|
this.isShow = res.data.subtitle == 1 ? true : false |
|
|
// this.isShow = res.data.subtitle == 1 ? true : false |
|
|
// this.isShow = res.data.address == 1 ? true : false |
|
|
this.isShow = res.data.address == 1 ? true : false |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
onReady() { |
|
|
onReady() { |
|
@ -533,7 +533,7 @@ |
|
|
getHotList() { |
|
|
getHotList() { |
|
|
if(this.typeIndex == 1) { |
|
|
if(this.typeIndex == 1) { |
|
|
this.Post({ |
|
|
this.Post({ |
|
|
date: this.getNowTime(new Date()), |
|
|
end_time: this.getNowTime(new Date()), |
|
|
offset: this.hotList.length, |
|
|
offset: this.hotList.length, |
|
|
limit:this.limit, |
|
|
limit:this.limit, |
|
|
type_id: 7, |
|
|
type_id: 7, |
|
|