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=5175&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: 1743764379,
nonceStr: '4bHCQgAI4vjNFFQf',
signature: '71f33596364fff714ab880e42616d9378232b99f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u73e0\u6c5f\u533b\u9662\u97f6\u5173\u5987\u5e7c\u8054\u624b \u63a2\u7d22\u7d27\u5bc6\u578b\u533b\u8054\u4f53\u5efa\u8bbe","smalltext":"1\u67086\u65e5\u4e0b\u5348\uff0c\u5357\u65b9\u533b\u79d1\u5927\u5b66\u73e0\u6c5f\u533b\u9662\u526f\u9662\u957f\u590f\u6b27\u4e1c\u7387\u4e13\u5bb6\u56e2\u961f\u8385\u4e34\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u6d3d\u8c08\u5efa\u7acb\u7d27\u5bc6\u578b\u533b\u8054\u4f53\u5408\u4f5c\u4e8b\u5b9c\uff0c\u53cc\u65b9\u5728\u5982\u4f55\u5efa\u7acb\u201c\u4f18\u8d28\u5c31\u533b\u7eff\u8272\u901a\u9053\u201d\u3001\u5982\u4f55\u5171\u540c\u63d0\u5347\u533b\u3001\u6559\u3001\u7814\u3001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5175"};
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 () {
}
});
});
}