Browse Source

保存失败

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@455 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 11 years ago
parent
commit
c15a4df82d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/resources/js/index/mobile.index.app.js

+ 1 - 1
src/main/webapp/resources/js/index/mobile.index.app.js

@@ -277,7 +277,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'service/Purc', 'ui.
 				});
 				});
   			}, function(response){
   			}, function(response){
   				$scope.loading = false;
   				$scope.loading = false;
-				toaster.pop('error', '回复失败', response.data);
+				toaster.pop('error', '保存失败', response.data);
   			});
   			});
   		};
   		};