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=2822&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: 1743764705,
nonceStr: 'TyxcAg6AzyYIiatI',
signature: '49ef964facb69e8a9db6f607403e06ed8bb58d88',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u76d8\u9526\u8fbd\u6cb9\u5b9d\u77f3\u82b1\u533b\u9662\uff1a\u70b9\u4eae\u4eba\u6587\u4e4b\u5149 \u6e29\u6696\u60a3\u8005\u5fc3\u7075","smalltext":"\u76d8\u9526\u8fbd\u6cb9\u5b9d\u77f3\u82b1\u533b\u9662\u4ee5\u201c\u5bb6\u201d\u6587\u5316\u5efa\u8bbe\u4e3a\u5f15\u9886\uff0c\u4ee5\u521b\u5efa\u201c\u767e\u59d3\u4fe1\u8d56\u3001\u5458\u5de5\u5e78\u798f\u201d\u7684\u4eba\u6587\u578b\u533b\u9662\u4e3a\u76ee\u6807\uff0c\u79ef\u6781\u57f9\u80b2\u4eba\u6587\u7406\u5ff5\uff0c\u63d0\u5347\u4eba\u6587\u7d20\u8d28\uff0c\u5236\u8ba2\u4eba\u6587\u5236\u5ea6\uff0c\u8425\u9020\u4ece\u6587\u73af\u5883\uff0c\u521b\u65b0\u4eba\u6587\u670d\u52a1\uff0c\u5c06\u201c\u4e94\u5fc3\u201d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2822"};
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 () {
}
});
});
}