瀏覽代碼

保存失败

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@455 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 11 年之前
父節點
當前提交
c15a4df82d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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){
   				$scope.loading = false;
-				toaster.pop('error', '回复失败', response.data);
+				toaster.pop('error', '保存失败', response.data);
   			});
   		};