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=3852&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: 1745108534,
nonceStr: 'aaoY4bdpignqk6uU',
signature: '52ebf79d00e2f6c63390c02788297bf3e64d4d8e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\uff1a\u521b\u65b0\u5e72\u90e8\u7ba1\u7406\u8fc8\u51fa\u575a\u5b9e\u7684\u7b2c\u4e00\u6b65","smalltext":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\u4e3a\u4e86\u79d1\u5b66\u3001\u5ba2\u89c2\u3001\u516c\u6b63\u3001\u516c\u5e73\u5730\u91cf\u5316\u8bc4\u4ef7\u4e2d\u5c42\u5e72\u90e8\uff0c\u4f7f\u5e72\u90e8\u7684\u52a8\u6001\u7ba1\u7406\u843d\u5230\u5b9e\u5904\uff0c\u4e3a\u4e2d\u5c42\u7ba1\u7406\u5e72\u90e8\u7684\u4efb\u514d\u3001\u5956\u60e9\u3001\u4f7f\u7528\u3001\u664b\u5347\u63d0\u4f9b\u53ef\u9760\u7684\u4f9d\u636e\uff0c\u533b\u9662\u6210\u7acb\u8003\u6838\u9886\u5bfc\u5c0f\u7ec4\uff0c\u591a\u7ef4\u5ea6\u5bf9\u5168\u9662\u4e2d\u5c42\u9886\u5bfc\u5e72\u90e8\u8fdb\u884c\u5e74\u5ea6\u8003\u6838\u6d4b\u8bc4\uff0c\u4e3a\u907f\u514d\u6d41\u4e8e\u5f62\u5f0f\uff0c\u9662\u515a\u59d4\u7cbe\u8bbe\u8ba1\u6d4b\u8bc4\u7968\uff0c\u52a0\u5f3a\u7fa4\u4f17\u76d1\u7763\uff0c\u53d1\u51fa\u7fa4\u4f17\u58f0\u97f3\uff0c\u7fa4\u4f17\u6d4b\u8bc4\u7968\u5206\u503c\u536060%\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3852"};
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 () {
}
});
});
}