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=4613&classid=10&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: 1744874363,
nonceStr: 'NyEfKWThOKQW76UF',
signature: 'bb4a8d3b529909c108db6d7cd1019a89bd531963',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u79d1\u5b66\u9662\u5927\u5b66\u9644\u5c5e\u80bf\u7624\u533b\u9662-\u5ba3\u4f20\u7edf\u6218\u90e8","smalltext":"2021\u5e74\u4ee5\u6765\uff0c\u5728\u6d59\u6c5f\u6253\u9020\u9ad8\u8d28\u91cf\u53d1\u5c55\u5efa\u8bbe\u5171\u540c\u5bcc\u88d5\u793a\u8303\u533a\u7684\u91cd\u8981\u6218\u7565\u673a\u9047\u671f\uff0c\u5ba3\u4f20\u7edf\u6218\u90e8\u76f4\u9762\u5f62\u52bf\u3001\u62a2\u6293\u673a\u9047\u3001\u52c7\u62c5\u4f7f\u547d\uff0c\u5728\u5927\u5c40\u4e2d\u627e\u51c6\u5750\u6807\u5b9a\u4f4d\u548c\u7740\u529b\u70b9\uff0c\u594b\u529b\u63a8\u52a8\u6211\u9662\u5ba3\u4f20\u5de5\u4f5c\u9ad8\u8d28\u91cf\u53d1\u5c55","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4613"};
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 () {
}
});
});
}