瀏覽代碼

修改分享相关的url
咨询申请页面星级的位置调整

luyanan 8 年之前
父節點
當前提交
e493b7359f
共有 3 個文件被更改,包括 6 次插入6 次删除
  1. 2 2
      app/html/consultapply.html
  2. 2 2
      app/js/proinfobrow.js
  3. 2 2
      app/js/resinforbrow.js

+ 2 - 2
app/html/consultapply.html

@ -44,7 +44,7 @@
44 44
		<div class="mui-content">
45 45
			<!-- 主界面具体展示内容 -->
46 46
			<div class="mui-input-group marginbox">
47
				<div class="personinfo2" style="padding:10px;">
47
				<div class="personinfo2" style="padding:12px 16px;">
48 48
					<div class="headbox2">
49 49
						<a class="proinfor" href="javascript:;">
50 50
							<div class="mui-pull-left" style="width:24%">
@ -63,7 +63,7 @@
63 63
						</a>
64 64
					</div>
65 65
				</div>
66
				<div class="mui-clearfix peolevelbox" id="finished" style="padding:0 16px;">
66
				<div class="mui-clearfix peolevelbox" id="finished" style="padding:0 2%;">
67 67
					<ul class="mui-table-view">
68 68
						<li class="mui-table-view-cell" id="NoActive">
69 69
							<div class="mui-pull-left peocountbox mui-navigate-right"id="accessHistory">

+ 2 - 2
app/js/proinfobrow.js

@ -562,7 +562,7 @@ mui.plusReady(function() {
562 562
					shareMessage(share, "WXSceneSession", {
563 563
						content: str,
564 564
						title: "【科袖名片】" + professorName + " " + title + "",
565
						href: baseUrl+"/shareProinfor.html?professorId=" + proId,
565
						href: baseUrl+"/ekexiu/shareProinfor.html?professorId=" + proId,
566 566
						thumbs: [baseUrl+"/images/head/" + proId + "_l.jpg"]
567 567
					});
568 568
				}
@ -572,7 +572,7 @@ mui.plusReady(function() {
572 572
					shareMessage(share, "WXSceneTimeline", {
573 573
						content: str,
574 574
						title: "【科袖名片】" + professorName + " " + title + "",
575
						href: baseUrl+"/shareProinfor.html?professorId=" + proId,
575
						href: baseUrl+"/ekexiu/shareProinfor.html?professorId=" + proId,
576 576
						thumbs: [baseUrl+"/images/head/" + proId + "_l.jpg"]
577 577
					});
578 578
				}

+ 2 - 2
app/js/resinforbrow.js

@ -455,7 +455,7 @@ mui.plusReady(function() {
455 455
					shareMessage(share, "WXSceneSession", {
456 456
						content: str,
457 457
						title: "【科袖资源】" + resourceName + "",
458
						href: baseUrl + "/shareResinfor.html?resourceId=" + resourceId,
458
						href: baseUrl + "/ekexiu/shareResinfor.html?resourceId=" + resourceId,
459 459
						thumbs: [baseUrl + "/images/logo180.png"]
460 460
					});
461 461
				}
@ -465,7 +465,7 @@ mui.plusReady(function() {
465 465
					shareMessage(share, "WXSceneTimeline", {
466 466
						content: str,
467 467
						title: "【科袖资源】" + resourceName + " ",
468
						href: baseUrl + "/shareResinfor.html?resourceId=" + resourceId,
468
						href: baseUrl + "/ekexiu/shareResinfor.html?resourceId=" + resourceId,
469 469
						thumbs: [baseUrl + "/images/logo180.png"]
470 470
					});
471 471
				}