fix(core): fixed server returned message translate 'SCORE_NOT_ENOUGH'

This commit is contained in:
OldHawk
2017-11-18 10:57:39 +08:00
parent 586c0066ad
commit a075d641fa
4 changed files with 6 additions and 4 deletions

View File

@@ -525,7 +525,7 @@
$compile(ele)($scope);
}, 10);
}, function (res) {
NotifycationService.showErrorNotify(res.data.message, 'ERROR');
NotifycationService.showErrorNotify($translate.instant(res.data.message), 'ERROR');
});
};