jack лет назад: 8
Родитель
Сommit
146f52ec2a
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      app/js/resinforbrow.js

+ 3 - 2
app/js/resinforbrow.js

@ -450,12 +450,13 @@ mui.plusReady(function() {
450 450
			}
451 451
			if(e.index == 1) {
452 452
				var share = buildShareService();
453
				
453 454
				if(share) {
454 455
					shareMessage(share, "WXSceneSession", {
455 456
						content: str,
456 457
						title: "【科袖资源】" + resourceName + "",
457 458
						href: baseUrl + "/shareResinfor.html?resourceId=" + resourceId,
458
						thumbs: [baseUrl + "/images/resource/" + resourceId + ".jpg"]
459
//						thumbs: [baseUrl + "/images/resource/" + resourceId + ".jpg"]
459 460
					});
460 461
				}
461 462
			} else if(e.index == 2) {
@ -465,7 +466,7 @@ mui.plusReady(function() {
465 466
						content: str,
466 467
						title: "【科袖资源】" + resourceName + " ",
467 468
						href: baseUrl + "/shareResinfor.html?resourceId=" + resourceId,
468
						thumbs: [baseUrl + "/images/resource/" + resourceId + ".jpg"]
469
//						thumbs: [baseUrl + "/images/resource/" + resourceId + ".jpg"]
469 470
					});
470 471
				}
471 472
			}