+
{{discussion.subject}}
+
+ 发布者: |
+ {{discussion.user.realname}} |
+
+
+ 来 源: |
+ {{discussion.course_project_name}} | 项目讨论区 |
+
+
diff --git a/public/javascripts/wechat/app.js b/public/javascripts/wechat/app.js
index 4dce14c3a..ddfede164 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/';
@@ -10,7 +10,7 @@ app.factory('auth', function($http,$routeParams, $cookies, $q){
var _openid = '';
if(debug===true){
- _openid = "oCnvgvz8R7QheXE-R9Kkr39j8Ndg";
+ _openid = "1";
}
var getOpenId = function() {
diff --git a/public/stylesheets/weui/weixin.css b/public/stylesheets/weui/weixin.css
index f587a3e50..3872bb649 100644
--- a/public/stylesheets/weui/weixin.css
+++ b/public/stylesheets/weui/weixin.css
@@ -33,6 +33,8 @@ a.underline {text-decoration:underline;}
.hidden {overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.inline-block {display:inline-block;}
.undis {display:none;}
+.text-nowrap {white-space:nowrap;}
+.v-top {vertical-align:top;}
/*动态样式*/
.post-container {width:100%;}
@@ -40,6 +42,7 @@ a.underline {text-decoration:underline;}
.post-main {padding:10px; color:#9a9a9a;}
.post-avatar {width:45px; height:45px; margin-right:10px;}
.post-title {font-size:13px; text-align:left;}
+.post-detail-info {font-size:13px; text-align:left; color:#9a9a9a;}
.fl {float:left;}
.fr {float:right;}
.cl {clear:both; overflow:hidden;}