Authored by zhangxiaoru

editorial

... ... @@ -49,7 +49,7 @@ $('#prise-btn').click(function() {
}).then(function(data) {
if (data.code === 200) {
$this.find('.like-num').html(data.data);
}else {
} else {
new _alert(data.message).show();
}
prising = false;
... ...
... ... @@ -47,7 +47,7 @@ $('.editorial-index-page').on('click', '.like-icon', function() {
if (data.code === 200) {
console.log(data);
$this.next('b').html(data.data);
}else {
} else {
new _alert(data.message).show();
}
... ...