|
@ -74,7 +74,7 @@
|
74
|
74
|
<li class="productions" rel="item10user" id="tab10user">产品 <span class="counts" id="productCount"></span></li>
|
75
|
75
|
<li class="establishments" rel="item9user" id="tab9user">服务 <span class="counts" id="serCount"></span></li>
|
76
|
76
|
<li class="establishments" rel="item2user" id="tab2user">资源 <span class="counts" id="resCount"></span></li>
|
77
|
|
<li rel="item3user" id="tab3user">文章 <span class="counts" id="artCount"></span></li>
|
|
77
|
<!-- <li rel="item3user" id="tab3user">文章 <span class="counts" id="artCount"></span></li> -->
|
78
|
78
|
<li rel="item6user" id="tab6user">资料</li>
|
79
|
79
|
<li rel="item8user" id="tab8user" tmp="item8more" class="rightbtn">更多<em class="foldtr"></em></li>
|
80
|
80
|
</ul>
|
|
@ -279,28 +279,28 @@
|
279
|
279
|
<script type="text/javascript" src="js/jquery.similar.msgbox.js"></script>
|
280
|
280
|
<script type="text/javascript" src="js/weixinshare/qrcode.min.js"></script>
|
281
|
281
|
<script type="text/javascript" src="js/public/baseUtil.js"></script>
|
282
|
|
<script type="text/javascript" src="js/public/genCom.js"></script>
|
|
282
|
<script type="text/javascript" src="js/public/genCom.js"></script>
|
283
|
283
|
<script type="text/javascript" src="js/cmpInforShow.js"></script>
|
284
|
284
|
<script type="text/javascript" src="js/quickLogin.js"></script>
|
285
|
|
<script>
|
286
|
|
//微信分享
|
287
|
|
var qrcode = new QRCode(document.getElementById("qrcode"), {
|
288
|
|
width: 100,
|
289
|
|
height: 100
|
290
|
|
});
|
291
|
|
|
292
|
|
function makeCode() {
|
293
|
|
var hurl = window.location.host;
|
294
|
|
var orgId = GetQueryString("orgId");
|
295
|
|
var elurl = "http://" + hurl + "/e/c.html?id=" + orgId;
|
296
|
|
qrcode.makeCode(elurl);
|
297
|
|
}
|
298
|
|
makeCode();
|
299
|
|
|
|
285
|
<script>
|
|
286
|
//微信分享
|
|
287
|
var qrcode = new QRCode(document.getElementById("qrcode"), {
|
|
288
|
width: 100,
|
|
289
|
height: 100
|
|
290
|
});
|
|
291
|
|
|
292
|
function makeCode() {
|
|
293
|
var hurl = window.location.host;
|
|
294
|
var orgId = GetQueryString("orgId");
|
|
295
|
var elurl = "http://" + hurl + "/e/c.html?id=" + orgId;
|
|
296
|
qrcode.makeCode(elurl);
|
|
297
|
}
|
|
298
|
makeCode();
|
|
299
|
|
300
|
300
|
//分享关注按钮
|
301
|
301
|
$('.shareWeixin').hover(function(){$('.shareCode').stop(true,false).fadeToggle();});
|
302
|
302
|
|
303
|
|
|
|
303
|
|
304
|
304
|
</script>
|
305
|
305
|
</body>
|
306
|
306
|
|