jack 7 years ago
parent
commit
8eafe2fa7c
1 changed files with 4 additions and 1 deletions
  1. 4 1
      js/paperShow1.js

+ 4 - 1
js/paperShow1.js

@ -308,7 +308,7 @@ $(document).ready(function() {
308 308
			async: true,
309 309
			success: function(data) {
310 310
				if(data.success){
311
					$("#advertisement img").attr("src","/"+$("#advertisement img").attr("src"));
311
					
312 312
					if(userid && userid != "null" && userid != null) {
313 313
						isAgree(data.data) //文章点赞
314 314
					} else {
@ -316,6 +316,9 @@ $(document).ready(function() {
316 316
					}
317 317
				}
318 318
			},
319
			complete:function(){
320
				$("#advertisement img").attr("src","/"+$("#advertisement img").attr("src"));
321
			},
319 322
			error: function() {
320 323
				$.MsgBox.Alert('提示',"服务器链接超时");
321 324
			}