Commit 4cfd4d7a authored by agping's avatar agping

feed流修改

parent d201ca55
...@@ -140,11 +140,10 @@ ...@@ -140,11 +140,10 @@
_this.click_num = 1; _this.click_num = 1;
_this.axios({ _this.axios({
method: 'post', method: 'post',
url: '/broker/editFeedClick', url: '/broker/editDecFeedClick',
responseType: 'json', responseType: 'json',
data: { data: {
'id': _this.feed_id, 'id': _this.feed_id,
'click_num': 0,
} }
}) })
.then(function(response) { .then(function(response) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment