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=3560&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: 1745119292,
nonceStr: 'EEe2P1sWZgg1ZiX3',
signature: '33402a562777a7681c05d22c9cc13df8403c0e27',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\uff1a\u516b\u4e00\u5efa\u519b\u8282\u8d70\u8bbf\u6170\u95ee\u9000\u5f79\u519b\u4eba\u548c\u4f18\u629a\u5bf9\u8c61\u6d3b\u52a8\u4fa7\u8bb0","smalltext":"\u201c\u8fd9\u4e9b\u88ab\u6218\u706b\u6d17\u793c\u8fc7\u7684\u7075\u9b42\uff0c\u5c06\u540c\u4eba\u6c11\u7684\u547d\u8fd0\u878d\u5728\u4e00\u8d77\uff0c\u65e0\u4e0a\u5149\u8363\u3002\u2014\u2014\u6731\u5fb7\u201d\u3002\u4e00\u4e5d\u4e8c\u4e03\uff0c\u8840\u96e8\u8165\u98ce\uff1b\u9000\u65e0\u53ef\u9000\uff0c\u5b81\u6b7b\u4e0d\u5c48\u3002\u5c06\u58eb\u540c\u5fc3\uff0c\u751f\u6b7b\u4e0e\u5171\uff1b\u4e09\u67aa\u53f7\u4ee4\uff0c\u6cb3\u5c71\u7edf\u4e00\uff01\u8fd9\u662f\u7535\u5f71\u300a\u5efa\u519b\u5927\u4e1a\u300b\u4e2d\u7684\u573a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3560"};
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 () {
}
});
});
}