|
|
|
@ -56,7 +56,7 @@ app.controller('ProjectPublishNoteController', ['$scope', '$http', 'auth', 'conf
|
|
|
|
|
).then(function(response){
|
|
|
|
|
if(response.data.status == 0)
|
|
|
|
|
{
|
|
|
|
|
vm.alertService.showMessage('提示', '您已成功发布帖子',function(){
|
|
|
|
|
vm.alertService.showMessage('提示', '发布成功',function(){
|
|
|
|
|
rms.save('project_activities_page',0);
|
|
|
|
|
rms.save("project_activities",[]);
|
|
|
|
|
rms.save("project_has_more",false);
|
|
|
|
|