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=3430&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: 1745135491,
nonceStr: 'bIURAwSNTcKxMMbH',
signature: '435ac6b006ebde328287ae9029ba88e98b297f6b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u9ed4\u6c5f\u6c11\u65cf\u533b\u9662\uff1a\u80bf\u7624\u79d1\u201c\u5b89\u5b81\u7597\u62a4\u201d\u7ef4\u62a4\u60a3\u8005\u5c0a\u4e25","smalltext":"\u65b0\u51a0\u75ab\u60c5\u671f\u95f4\uff0c\u4e00\u901a\u964c\u751f\u7535\u8bdd\u6253\u5230\u4e86\u6211\u9662\u80bf\u7624\u79d1\u62a4\u58eb\u957f\u6768\u91c7\u83ca\u5904\uff0c\u201c\u4f60\u597d\uff0c\u8bf7\u95ee\u662f\u9ed4\u6c5f\u6c11\u65cf\u533b\u9662\u80bf\u7624\u79d1\u5417\uff1f\u6211\u5bb6\u5c5e\u662f\u4e00\u540d\u80ba\u764c\u665a\u671f\u60a3\u8005\uff0c\u76ee\u524d\u5728\u5916\u5730\u67d0\u67d0\u533b\u9662\u4f4f\u9662\uff0c\u56e0\u4e3a\u5404\u79cd\u75c5\u60c5\u539f\u56e0\u4e0d\u80fd\u624b\u672f\u6cbb\u7597","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3430"};
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 () {
}
});
});
}