From 5b73e7dc196d4e718d7d1604c6d525c8317574e7 Mon Sep 17 00:00:00 2001 From: yuanke <249218296@qq.com> Date: Thu, 25 Aug 2016 15:34:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E5=B8=83=E5=B8=96?= =?UTF-8?q?=E5=AD=90=E6=A0=87=E9=A2=98=E7=9A=84=E9=95=BF=E5=BA=A6=E5=8F=8A?= =?UTF-8?q?=E7=8F=AD=E7=BA=A7=E5=8A=A8=E6=80=81=E4=B8=AD=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=A4=B4=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/wechat/class.html | 6 +++--- public/assets/wechat/class_publishissue.html | 2 +- public/assets/wechat/project_publishnote.html | 2 +- public/javascripts/wechat/controllers/activity.js | 2 +- public/javascripts/wechat/controllers/class.js | 4 ++++ 5 files changed, 10 insertions(+), 6 deletions(-) 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;