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=4781&classid=12&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: 1743703338,
nonceStr: 'HfCev0AIn8sGDek2',
signature: 'e659ed3fc6a6e841edb0417668f4f573f6dc309f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u65b9\u533b\u79d1\u5927\u5b66\u7b2c\u4e09\u9644\u5c5e\u533b\u9662-\u5987\u4ea7\u79d1\u4e3b\u4efb\u738b\u96ea\u5cf0","smalltext":"\u6da6\u7269\u7ec6\u65e0\u58f0\uff0c\u64ad\u6563\u7740\u7231\u4e0e\u611f\u52a8\u4e0d\u8bba\u5e73\u5730\u4e0e\u5c71\u5c16\uff0c\u65e0\u9650\u98ce\u5149\u5c3d\u88ab\u5360\u3002\u91c7\u5f97\u767e\u82b1\u6210\u871c\u540e\uff0c\u4e3a\u8c01\u8f9b\u82e6\u4e3a\u8c01\u751c\u30022019\u5e747\u6708,\u738b\u96ea\u5cf0\u4e3b\u4efb\u4ece\u5357\u65b9\u533b\u79d1\u5927\u5b66\u73e0\u6c5f\u533b\u9662\u8c03\u81f3\u5357\u65b9\u533b\u79d1\u5927\u5b66\u7b2c\u4e09\u9644\u5c5e\u533b\u9662\u62c5\u4efb\u5987","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4781"};
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 () {
}
});
});
}