jack 8 年之前
父节点
当前提交
a5f258c628
共有 1 个文件被更改,包括 4 次插入6 次删除
  1. 4 6
      app/js/proinfobrow.js

+ 4 - 6
app/js/proinfobrow.js

@ -552,8 +552,8 @@ mui.plusReady(function() {
552 552
					shareMessage(share, "WXSceneSession", {
553 553
						content: str,
554 554
						title: "【科袖名片】" + professorName + " " + title + "",
555
						href: "http://www.ekexiu.com/shareProinfor.html?professorId=" + proId,
556
						thumbs: ["http://www.ekexiu.com/images/head/" + proId + "_l.jpg"]
555
						href: baseUrl+"/shareProinfor.html?professorId=" + proId,
556
						thumbs: [baseUrl+"/images/head/" + proId + "_l.jpg"]
557 557
					});
558 558
				}
559 559
			} else if(e.index == 2) {
@ -562,8 +562,8 @@ mui.plusReady(function() {
562 562
					shareMessage(share, "WXSceneTimeline", {
563 563
						content: str,
564 564
						title: "【科袖名片】" + professorName + " " + title + "",
565
						href: "http://www.ekexiu.com/shareProinfor.html?professorId=" + proId,
566
						thumbs: ["http://www.ekexiu.com/images/head/" + proId + "_l.jpg"]
565
						href: baseUrl+"/shareProinfor.html?professorId=" + proId,
566
						thumbs: [baseUrl+"/images/head/" + proId + "_l.jpg"]
567 567
					});
568 568
				}
569 569
			}
@ -611,8 +611,6 @@ mui.plusReady(function() {
611 611
				plus.nativeUI.toast('已取消分享', {
612 612
					verticalAlign: 'center'
613 613
				});
614
			} else {
615
				alert("分享到\"" + share.description + "\"失败: " + e.code + " - " + e.message);
616 614
			}
617 615
		});
618 616
	}