@ -68,11 +68,7 @@
return fmt;
},
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() {
this.$http(this.API.API_MESSAGELIST,{page: this.page}).then(res => {