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=3575&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: 1749359289,
nonceStr: 'bAI92hTXaqNO22t4',
signature: 'cd939f00371696a3bfcec9bf72e6c424636d2793',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\uff1a[\u6276\u8d2b\u653b\u575a\u8fdb\u884c\u5f0f]\uff1a\u5207\u5207\u771f\u60c5\u6276\u8d2b \u62f3\u62f3\u5173\u7231\u52a9\u529b","smalltext":"\u56fe\u4e3a\uff1a\u4e2d\u5fc3\u9ec4\u957f\u6d77\u4e3b\u4efb\uff08\u53f3\uff09\u4e0e\u9752\u9f99\u6751\u6751\u652f\u4e66\u9648\u7acb\u541b\u5728\u5bdf\u770b\u91ce\u5c71\u6912\u957f\u52bf\u60c5\u51b5\u3002\u201c\u91ce\u5c71\u6912\u80fd\u4ea7\u591a\u5c11?\u9500\u552e\u6709\u6ca1\u5f97\u95ee\u9898\u5583\uff1f\u201d\uff0c\u201c40\u5428\u5de6\u53f3\uff0c\u9500\u552e\u8fd8\u83ab\u5f97\u5b9a\u6570\uff0c\u53ea\u80fd\u9760\u591a\u8425\u9500\u54af\uff01\u201d\u9177\u6691\u5f53\u5348\uff0c\u5728\u957f\u52bf\u559c\u4eba\u7684\u91ce","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3575"};
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 () {
}
});
});
}