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=1879&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: 1747146683,
nonceStr: 'RpBQYcH5Y2M1AEL7',
signature: 'e3761298b0ff0a325b392593795b6d51f1a50f37',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9996\u90fd\u513f\u79d1\u7814\u7a76\u6240\uff1a\u7537\u533b\u751f\u82e6\u7ec3\u7a7f\u8131\u9632\u62a4\u670d\uff0c\u8ba9\u81ea\u5df1\u5f62\u6210\u808c\u8089\u8bb0\u5fc6","smalltext":"2\u670813\u65e5\uff0c\u9996\u90fd\u513f\u79d1\u7814\u7a76\u6240\u5b98\u65b9\u6296\u97f3\u8d26\u53f7\u4e0a\u53d1\u4e86\u4e00\u6761\u201c\u4e24\u540d\u7537\u533b\u751f\u5927\u665a\u4e0a\u4e0d\u7761\uff0c\u4ed6\u4eec\u5230\u5e95\u5728\u5e72\u561b\u201d\u7684\u89c6\u9891\uff0c\u4e00\u5929\u65f6\u95f4\u6536\u83b7\u4e86\u7f51\u53cb1.4\u4e07\u4e2a\u8d5e\u3002\u6709\u7f51\u53cb\u8bc4\u8bba\u8bf4\u201c\u5927\u534a\u591c\u770b\u54ed\u4e86\uff0c\u52a0\u6cb9\uff01\uff01\uff01\u5e0c\u671b\u6240\u6709\u4eba\u90fd\u61c2","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1879"};
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 () {
}
});
});
}