diff --git a/public/assets/wechat/class.html b/public/assets/wechat/class.html index 349c3bd75..423f2cf67 100644 --- a/public/assets/wechat/class.html +++ b/public/assets/wechat/class.html @@ -169,7 +169,7 @@ - + @@ -181,10 +181,10 @@ - + - + diff --git a/public/assets/wechat/class_publishissue.html b/public/assets/wechat/class_publishissue.html index c6f20421f..de7887d61 100644 --- a/public/assets/wechat/class_publishissue.html +++ b/public/assets/wechat/class_publishissue.html @@ -2,7 +2,7 @@
{{current_course.name}}
-
标题
+
标题
取消 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 @@
{{current_project.name}}
-
标题
+
标题
取消 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;