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=4038&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: 1745056410,
nonceStr: 'Nu8pl6B25auttbIk',
signature: '30bffa321e3cc3daac90cf0d86da98a928209faa',
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\u536b\u4e2d\u5fc3\uff1a\u725b\u5e74\u6625\u8282\u9664\u5915\u591c\u6170\u95ee\u4e34\u5e8a\u4e00\u7ebf\u503c\u73ed\u4eba\u5458","smalltext":" \u5c81\u5e8f\u66f4\u65b0\uff0c\u6625\u56de\u5927\u5730\u30022 \u6708 11 \u65e5\uff08\u519c\u5386\u5927\u5e74\u4e09\u5341\uff09\uff0c\u725b\u5e74\u6625\u8282\u9664\u5915\uff0c\u5728\u8fd9\u4e3e\u56fd\u540c\u5e86\u3001\u9616\u5bb6\u56e2\u805a\u7684\u7f8e\u597d\u65f6\u523b\uff0c\u4e2d\u5fc3\u7684\u533b\u62a4\u4eba\u5458\u4ecd\u5728\u75c5\u623f\u5fd9\u788c\u4e0d\u505c\uff0c\u5c3d\u804c\u575a\u5b88\u3002\u4ed6\u4eec\u4e0e\u75c5\u5458\u5171\u5ea6\u9664\u5915\uff0c\u5b88\u62a4\u7740\u75c5\u5458\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4038"};
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 () {
}
});
});
}