jack 7 years ago
parent
commit
99a6c97de8
2 changed files with 2 additions and 1 deletions
  1. 1 1
      fw_template_r3254/article.html
  2. 1 0
      js/articalShow2.js

+ 1 - 1
fw_template_r3254/article.html

@ -223,7 +223,7 @@
223 223
			qrcode.makeCode(elurl);
224 224
		}
225 225
		makeCode();
226
		$("#advertisement img").attr("src","/"+$("#advertisement img").attr("src"));
226
		
227 227
	});
228 228

229 229
	

+ 1 - 0
js/articalShow2.js

@ -299,6 +299,7 @@ $(function() {
299 299
			"dataType" : "json",
300 300
			"data" :{"articleId":articleId},
301 301
			"success": function(data) {
302
				$("#advertisement img").attr("src","/"+$("#advertisement img").attr("src"));
302 303
				if(data.success && data.data) {
303 304
					for(var i = 0; i < data.data.length; i++) {
304 305
						var resourceId = data.data[i].resourceId;