diff --git a/public/assets/wechat/project_publishnote.html b/public/assets/wechat/project_publishnote.html
index bc792640e..d5d794dab 100644
--- a/public/assets/wechat/project_publishnote.html
+++ b/public/assets/wechat/project_publishnote.html
@@ -2,7 +2,7 @@
取消
diff --git a/public/javascripts/wechat/controllers/activity.js b/public/javascripts/wechat/controllers/activity.js
index e646da5b9..25ced0a17 100644
--- a/public/javascripts/wechat/controllers/activity.js
+++ b/public/javascripts/wechat/controllers/activity.js
@@ -10,7 +10,7 @@ app.controller('ActivityController',
return url;
};
- $scope.menus = ['所有动态', '课程动态', '项目动态'];
+ $scope.menus = ['所有动态', '班级动态', '项目动态'];
$scope.alertService = alertService.create();
console.log("ActivityController load");
diff --git a/public/javascripts/wechat/controllers/class.js b/public/javascripts/wechat/controllers/class.js
index 77520fe85..a6fb0feed 100644
--- a/public/javascripts/wechat/controllers/class.js
+++ b/public/javascripts/wechat/controllers/class.js
@@ -1,6 +1,10 @@
app.controller('ClassController', ['$scope', 'config','$http', 'auth','$location','$routeParams','alertService','rms','common','$timeout', function($scope, config, $http, auth, $location, $routeParams,alertService,rms,common,$timeout){
// common.checkLogin();
+ $scope.replaceUrl = function(url){
+ return url;
+ };
+
var vm = $scope;
var courseid = $routeParams.id;
var tag = $routeParams.tag;