Browse Source

分享科袖logo

jack 8 years ago
parent
commit
31e3c872e5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/js/resinforbrow.js

+ 2 - 2
app/js/resinforbrow.js

@ -456,7 +456,7 @@ mui.plusReady(function() {
456 456
						content: str,
457 457
						title: "【科袖资源】" + resourceName + "",
458 458
						href: baseUrl + "/shareResinfor.html?resourceId=" + resourceId,
459
//						thumbs: [baseUrl + "/images/resource/" + resourceId + ".jpg"]
459
						thumbs: [baseUrl + "/images/logo180.png"]
460 460
					});
461 461
				}
462 462
			} else if(e.index == 2) {
@ -466,7 +466,7 @@ mui.plusReady(function() {
466 466
						content: str,
467 467
						title: "【科袖资源】" + resourceName + " ",
468 468
						href: baseUrl + "/shareResinfor.html?resourceId=" + resourceId,
469
//						thumbs: [baseUrl + "/images/resource/" + resourceId + ".jpg"]
469
						thumbs: [baseUrl + "/images/logo180.png"]
470 470
					});
471 471
				}
472 472
			}