Skip to content

Commit

Permalink
修复tags无法显示的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aOrz committed Oct 23, 2016
1 parent 76ccf9f commit f3aaacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h5> 热门标签</h5>
success: function(data) {
localStorage.setItem('tags', JSON.stringify(data));
data.forEach(function(val){
tags.hot_tags.push(val);
tags.$data.hot_tags.push(val);
})

console.log(JSON.stringify(tags.hot_tags))
Expand Down

0 comments on commit f3aaacd

Please sign in to comment.