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=1746&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: 1747168906,
nonceStr: 'l91zl6wiTWXh2B0L',
signature: '147091160b2628802912098de15047ee6fb6d83b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662:\u63f4\u9102\u7684\u7b2c\u4e03\u5929\uff0c\u6765\u81ea\u5bb6\u4e61\u7684\u6302\u5ff5","smalltext":"2\u67082\u53f7\uff0c\u8ddd\u79bb\u6cb3\u5317\u7b2c\u4e00\u6279\u63f4\u9102\u533b\u7597\u961f\u51fa\u53d1\u5df2\u67097\u5929\u4e86\uff0c\u540e\u65b9\u7684\u4eb2\u53cb\u5bf9\u4e00\u7ebf\u7684\u6218\u58eb\u5305\u542b\u7740\u6df1\u6df1\u7684\u6302\u5ff5:\u5199\u7ed9\u8001\u540c\u5b66\u674e\u5ca9\u7684\u4e00\u5c01\u4fe1\u4eb2\u7231\u7684\u8001\u540c\u5b66\uff1a \u542c\u95fb\u4f60\u5927\u5e74\u521d\u4e8c\u5c31\u629b\u4e0b\u521a\u4ece\u676d\u5dde\u56de\u6765\u63a2\u4eb2\u7684\u7231","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1746"};
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 () {
}
});
});
}