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=2494&classid=12&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: 1746164587,
nonceStr: 'Q8FEi5tNeHNuCdcO',
signature: 'b0ad6321c30ac9fd261c6077f45e6174d883be40',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u81ea\u8d21\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u59dc\u6653\u71d5: \u8d70\u5728\u533b\u5b66\u4eba\u6587\u7684\u9633\u5149\u5927\u9053","smalltext":"\u5728\u4f18\u8d28\u670d\u52a1\u7684\u521b\u65b0\u5b9e\u8df5\u4e2d\uff0c\u5979\u662f\u5927\u80c6\u7684\u5148\u884c\u8005\uff1b\u5728\u6807\u51c6\u5316\u6c9f\u901a\u7684\u8bfe\u9898\u7ec4\uff0c\u5979\u662f\u4e25\u8c28\u7684\u5b9e\u9a8c\u5458\uff1b\u5728\u533b\u5b66\u4eba\u6587\u7684\u5ba3\u8bb2\u53f0\uff0c\u5979\u662f\u5a13\u5a13\u800c\u8c08\u7684\u826f\u5e08\uff1b\u5728\u4e0e\u533b\u62a4\u4fc3\u819d\u800c\u8c08\u65f6\uff0c\u5979\u662f\u9ed8\u9ed8\u503e\u542c\u7684\u53cb\u4eba\u3002\u4e09\u5341\u4f59\u5e74\u7684\u7ba1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2494"};
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 () {
}
});
});
}