function BeautyToast(text){var str=``+text+``;
try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}}
function updateViewtime(){
var img =new Image();
img.src='/e/extend/shareinfo/api/?act=leave&id=3005&classid=5&t=';
}
window.onunload=updateViewtime;setInterval(updateViewtime,2000);
var script=document.createElement("script");
script.type="text/javascript";
script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js";
document.getElementsByTagName('head')[0].appendChild(script);
script.onload=function(){
wx.config({
debug: false,
appId: 'wxad180590bbd7e222',
timestamp: 1747100975,
nonceStr: 'baArkoViRSsSegJe',
signature: 'e467e74e0d186bba44b3e684f9cd798020fd07e8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8ba9\u6211\u4eec\u4e00\u8d77\u597d\u597d\u5403\u996d\uff0c\u8fd9\u5bb6\u533b\u9662\u4e3e\u529e\u7cd6\u53cb\u7f8e\u98df\u5927\u8d5b","smalltext":"\u81ea2016\u5e74\u8d77\uff0c\u5df2\u8fde\u7eed\u4e3e\u529e\u56db\u5c4a\u7cd6\u53cb\u201c\u7f8e\u98df\u201d\u5927\u8d5b\uff0c\u6d3b\u52a8\u4e2d\u65e2\u6709\u7cd6\u5c3f\u75c5\u4e13\u5bb6\u7684\u73b0\u573a\u8bb2\u89e3\uff0c\u600e\u4e48\u5403\u5982\u4f55\u5403\uff1b\u53c8\u6709\u7cd6\u53cb\u4eb2\u81ea\u64cd\u5200\u81ea\u9009\u98df\u6750\u7684\u70f9\u996a\u8fc7\u7a0b\uff1b\u66f4\u6709\u4e92\u52a8\u70ed\u70c8\u7684\u6709\u5956\u95ee\u7b54\u73af\u8282\u3002\u901a\u8fc7\u751f\u52a8\u6709\u6548\u7684\u5ba3\u6559\u65b9\u5f0f\uff0c\u8ba9\u7cd6\u53cb\u4eec\u5bf9\u7cd6\u5c3f\u75c5\u996e\u98df\u6709\u4e86\u5168\u65b0\u7684\u8ba4\u8bc6\uff0c\u6253\u7834\u4e86\u7cd6\u5c3f\u75c5\u996e\u98df\u63a7\u5236\u5c31\u53ea\u80fd\u505a\u4e2a\u201c\u82e6\u884c\u50e7\u201d\u7684\u56fa\u6709\u89c2\u5ff5\u3002\u7cd6\u5c3f\u75c5\u60a3\u8005\u53ea\u8981\u79d1\u5b66\u5408\u7406\u996e\u98df\uff0c\u63a7\u5236\u996e\u98df\u603b\u70ed\u91cf\uff0c\u638c\u63e1\u98df\u7269\u4ea4\u6362\u4efd\uff0c\u4e00\u6837\u53ef\u4ee5\u4f53\u4f1a\u820c\u5c16\u4e0a\u7684\u4e50\u8da3\u3002\u56e0\u4e3a\u5f62\u5f0f\u65b0\u9896\uff0c\u8d34\u8fd1\u751f\u6d3b\uff0c\u4e3e\u529e\u4ee5\u6765\u53d7\u5230\u4f17\u591a\u7cd6\u53cb\u7684\u8ffd\u6367\uff0c\u662f\u5927\u5bb6\u6bcf\u5e74\u671f\u5f85\u7684\u70ed\u95e8\u6d3b\u52a8\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3005"};
if(!WxShareInfo.url){
WxShareInfo.url = window.location.href;
}
wx.onMenuShareTimeline({
title: WxShareInfo.title,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareAppMessage({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
type: '',
dataUrl: '',
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareQQ({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function () {
BeautyToast('分享成功');
},
cancel: function () {
}
});
});
}