Browse Source

添加统计

luyanan 7 years ago
parent
commit
0c396326c2

+ 1 - 1
app/html/chats.html

@ -79,7 +79,7 @@
79 79
 				height: 100%;
80 80
 				padding: 44px 0px 50px 0px;
81 81
 				overflow: auto;
82
 				background-color: #eaeaea;
82
 				background-color: #f4f6f8;
83 83
 			}
84 84
 			#msg-list {
85 85
 				height: 80%;

+ 1 - 0
app/html/consultlistNew.html

@ -14,6 +14,7 @@
14 14
    	.h2Font.mui-ellipsis>span {
15 15
    		color:#ff9900
16 16
    	}
17
    	.mui-icon .mui-badge{right: -4px;left: auto;}
17 18
    </style>
18 19
</head>
19 20
<body>

+ 6 - 18
app/html/professorArticle.html

@ -18,9 +18,9 @@
18 18
			.mui-content{height:100%;overflow: auto;background: #FFFFFF;}
19 19
		</style>
20 20
		<script type="text/javascript">
21
			addscript("ad_article_app_ding");
22
			addscript("ad_article_app_top");
23
			addscript("ad_article_app_bottom");
21
			addscript("ad_article_app_a");
22
			addscript("ad_article_app_b");
23
			addscript("ad_article_app_c");
24 24
		</script>
25 25
	</head>
26 26

@ -72,9 +72,7 @@
72 72
						    </ul>
73 73
			    		</div>
74 74
			    		<!--广告模块-->
75
					<div class="madiaBlock advertItem advertItem-ding">
76
						
77
					</div>
75
					<div class="madiaBlock advertItem advertItem-A" style="margin-bottom:10px;"></div>
78 76
				    	<!--文章内容区-->
79 77
					<div class="showMain" id="articleContent">
80 78
						</div>
@ -105,9 +103,7 @@
105 103
						<span class="thumbBtn">赞 <span id="snum"></span></span><!-- thumbedBtn 已赞 201-->
106 104
					</div>
107 105
					<!--广告模块-->
108
					<div class="madiaBlock swiper-container advertItem advertItem-top" style="margin:30px 0 10px">
109
					  
110
					</div>
106
					<div class="madiaBlock swiper-container advertItem advertItem-B" style="margin:30px 0 10px"></div>
111 107
					<!--您可能感兴趣的文章-->
112 108
					<div class="madiaBlock displayNone" id="article">
113 109
						<div class="madiaTit">您可能感兴趣的文章</div>
@ -130,9 +126,7 @@
130 126
					</div>
131 127
					
132 128
					<!--广告模块-->
133
					<div class="madiaBlock swiper-container advertItem advertItem-bottom" style="margin:30px 0 50px;">
134
					  
135
					</div>
129
					<div class="madiaBlock swiper-container advertItem advertItem-C" style="margin:30px 0 50px;"></div>
136 130
			    </div>
137 131
			
138 132
			</div>
@ -163,17 +157,11 @@
163 157
			})
164 158
			//处理iOS下弹出软键盘后头部会随页面的滚动条消失问题
165 159
		    iosheader();
166
		    //var BtnMore=document.getElementById("BtnMore");
167 160
		    var shareOut=document.getElementById("shareOut");
168 161
		    var cancelShare=document.getElementById("cancelShare");
169 162
		    var maskBlack=document.getElementById("maskBlack");
170 163
		    var shareBlock=document.getElementById("shareBlock");
171 164
		    
172
		    
173
		   /* BtnMore.addEventListener("tap",function(){
174
		    	maskBlack.style.display="block";
175
		    	shareBlock.style.display="block";
176
		    })*/
177 165
		    shareOut.addEventListener("tap",function(){
178 166
		    	maskBlack.style.display="block";
179 167
		    	shareBlock.style.display="block";

+ 1 - 1
app/html/weChat.html

@ -88,7 +88,7 @@
88 88
				height: 100%;
89 89
				padding: 44px 0px 50px 0px;
90 90
				overflow: auto;
91
				background-color: #eaeaea;
91
				background-color: #f4f6f8;
92 92
			}
93 93
			
94 94
			#msg-list {

BIN
app/images/inform_icon_msg_nor@3x.png


+ 1 - 2
app/js/articleShow.js

@ -395,7 +395,7 @@ mui.plusReady(function() {
395 395
			document.getElementsByClassName("icon-shoucang")[0].classList.remove("icon-yishoucang");
396 396
		},
397 397
	}
398
	wlog("article", oArticleModule.articleId, 2)
398
	wlog("article", oArticleModule.articleId, "2")
399 399
	/*文章详细内容*/
400 400
	oArticleModule.oAjaxGet(baseUrl + "/ajax/article/query", {
401 401
		articleId: oArticleModule.articleId
@ -625,7 +625,6 @@ mui.plusReady(function() {
625 625
			oCurren.login();
626 626
		}
627 627
	})
628
	/*留言总数*/
629 628
	
630 629
	/*微信及微信朋友圈分享专家*/
631 630
	var auths, shares;

+ 3 - 2
app/js/professorArticle.js

@ -385,12 +385,13 @@ mui.plusReady(function() {
385 385
		}
386 386
		/*文章留言总数*/
387 387
		function leaveWord(){
388
			mui.ajax(baseUrl + "/ajax/leaveWord/lwCount", {
388
			mui.ajax(baseUrl + "/ajax/leavemsg/count", {
389 389
				type: "GET",
390 390
				timeout: 10000,
391 391
				dataType: "json",
392 392
				data: {
393
					"articleId": proId,
393
					sid:proId,
394
					stype:4
394 395
				},
395 396
				success: function(data) {
396 397
					if(data.success) {

+ 1 - 0
app/js/qa-answer-show.js

@ -15,6 +15,7 @@ mui.ready(function() {
15 15
		var flag=0;
16 16
		var answerTit=""
17 17
		var oUrl = baseUrl + "/images/logo180.png";
18
		wlog("answer",answerId,"1");
18 19
		
19 20
		var oAjax = function(url, dataS, otype, oFun) {
20 21
				mui.ajax(baseUrl + url, {

+ 1 - 0
app/js/qa-question-show.js

@ -23,6 +23,7 @@ mui.ready(function() {
23 23
		plus.nativeUI.closeWaiting();
24 24
		self.show("slide-in-right", 150);
25 25
		questionId = self.quid;
26
		wlog("question",questionId,"1");
26 27
27 28
		var oAjax = function(url, dataS, otype, oFun) {
28 29
				mui.ajax(baseUrl + url, {