li 7 years ago
parent
commit
f4e49e53a8
6 changed files with 6 additions and 6 deletions
  1. 1 1
      e/a.html
  2. 1 1
      e/c.html
  3. 1 1
      e/d.html
  4. 1 1
      e/l.html
  5. 1 1
      e/p.html
  6. 1 1
      e/z.html

+ 1 - 1
e/a.html

@ -198,7 +198,7 @@
198 198
				if($data.articleContent) {
199 199
					document.getElementById("articleContent").innerHTML = $data.articleContent;
200 200
					
201
					descContent=document.getElementById("articleContent").innerText.substr(0,40);
201
					descContent=document.getElementById("articleContent").innerText.substr(0,70);
202 202
				}
203 203
				if($data.subject) {
204 204
					document.getElementsByClassName("tagList")[0].style.display = "block";

+ 1 - 1
e/c.html

@ -192,7 +192,7 @@ $(document).ready(function() {
192 192
					document.title=$data.name + "-" + proOther; 
193 193
					//微信再次分享
194 194
					shareTitle = document.getElementById("companyName").innerText;
195
					descContent = document.getElementById("industryShow").innerText.substring(0,40);
195
					descContent = document.getElementById("industryShow").innerText.substring(0,70);
196 196
					if(document.getElementById("oimg").src !="../images/default-icon.jpg"){
197 197
						imgUrl= document.getElementById("oimg").src;
198 198
					}

+ 1 - 1
e/d.html

@ -113,7 +113,7 @@ $(document).ready(function() {
113 113
					
114 114
					cmpFun($da.orgId);
115 115
					
116
					descContent=$da.descp.substring(0, 40);
116
					descContent=$da.descp.substring(0, 70);
117 117
					shareTitle=$da.title;
118 118
				}
119 119
			},

+ 1 - 1
e/l.html

@ -271,7 +271,7 @@ $(document).ready(function() {
271 271
	function paperHtml($da) {
272 272
		//微信再次分享配置
273 273
		shareTitle = $da.name;
274
		descContent = $da.summary.substring(0,40);
274
		descContent = $da.summary.substring(0,70);
275 275
		
276 276
		document.title = $da.name; 
277 277
		document.getElementById("paperName").innerHTML = $da.name; //名字

+ 1 - 1
e/p.html

@ -261,7 +261,7 @@ $(document).ready(function() {
261 261
262 262
					//微信再次分享
263 263
					shareTitle = document.getElementById("proName").innerText;
264
					descContent = document.getElementById("subjectShow").innerText.substring(0,40);
264
					descContent = document.getElementById("subjectShow").innerText.substring(0,70);
265 265
					
266 266
				}
267 267
			},

+ 1 - 1
e/z.html

@ -278,7 +278,7 @@ $(document).ready(function() {
278 278
	function patentHtml($da) {
279 279
		//微信再次分享配置
280 280
		shareTitle = $da.name;
281
		descContent = $da.summary.substring(0,40);
281
		descContent = $da.summary.substring(0,70);
282 282
		
283 283
		document.title = $da.name; 
284 284
		document.getElementById("patentName").innerHTML = $da.name; //名字