|
|
@ -68,11 +68,7 @@ |
|
|
return fmt; |
|
|
return fmt; |
|
|
}, |
|
|
}, |
|
|
goDetails(id) { |
|
|
goDetails(id) { |
|
|
this.$http(this.API.API_CHECKNEWS,{id: id}).then(res => { |
|
|
|
|
|
this.$url('/pages/message/detail?news_id='+item.id) |
|
|
|
|
|
}).catch(err => { |
|
|
|
|
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
this.$url('/pages/message/detail?news_id='+id) |
|
|
}, |
|
|
}, |
|
|
getMessageList() { |
|
|
getMessageList() { |
|
|
this.$http(this.API.API_MESSAGELIST,{page: this.page}).then(res => { |
|
|
this.$http(this.API.API_MESSAGELIST,{page: this.page}).then(res => { |
|
|
|