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=1649&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: 1747167795,
nonceStr: 'AVfSVeB5BVPAm5v9',
signature: '1993e1015b68dd583e7343638f31211af58c7dfa',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u804a\u57ce\u5e02\u4e1c\u660c\u5e9c\u4eba\u6c11\u533b\u9662\uff1a\u4e00\u573a\u5b5d\u4eb2\u8054\u6b22\u4f1a\uff0c\u611f\u52a8\u54ed\u4e86\u6240\u6709\u4eba","smalltext":" \u7855\u679c\u7d2f\u7d2f\u8f9e\u65e7\u5c81\uff0c\u6b4c\u58f0\u9635\u9635\u8fce\u65b0\u6625\u30022020\u5e741\u670816\u65e5\u4e0b\u5348\uff0c\u4e1c\u660c\u5e9c\u4eba\u6c11\u533b\u9662\u9686\u91cd\u4e3e\u529e\u201c\u58ee\u4e3d\u4e03\u5341\u8f7d \u594b\u8fdb\u65b0\u65f6\u4ee3\u201d\u5e86\u795d\u5efa\u966270\u5468\u5e74\u6587\u827a\u6c47\u6f14\u66a8\u7b2c\u56db\u5c4a\u5b5d\u4eb2\u8054\u6b22\u4f1a\u3002\u533b\u9662\u5e72\u90e8\u804c\u5de5\u3001\u5bb6\u5c5e\u53ca\u793e","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1649"};
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 () {
}
});
});
}