Browse Source

消息列表已读优化

test
Enzo 5 years ago
parent
commit
e8b52107a8
  1. 6
      pages/message/index.vue

6
pages/message/index.vue

@ -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 => {

Loading…
Cancel
Save