diff --git a/public/assets/wechat/activities.html b/public/assets/wechat/activities.html
index dfd60e68a..3cea45bcd 100644
--- a/public/assets/wechat/activities.html
+++ b/public/assets/wechat/activities.html
@@ -143,7 +143,7 @@
-
+
{{act.subject|safeHtml}}
diff --git a/public/javascripts/wechat/app.js b/public/javascripts/wechat/app.js
index e9f45f3a9..9f0987552 100644
--- a/public/javascripts/wechat/app.js
+++ b/public/javascripts/wechat/app.js
@@ -1,6 +1,6 @@
var app = angular.module('wechat', ['ngRoute','ngCookies']);
var apiUrl = '/api/v1/';
-var debug = false; //调试标志,如果在本地请置为true
+var debug = true; //调试标志,如果在本地请置为true
if(debug===true){
apiUrl = 'http://localhost:3000/api/v1/';