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=794&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: 1746983487,
nonceStr: 'UWnDpwMQJtwiQdTX',
signature: '2c3206a1e56a8796122cbd32bd630f12730996c7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e05\u6cb3\u53bf\u4e2d\u5fc3\u533b\u9662\uff1a\u9177\u6691\u9001\u5065\u5eb7\uff0c \u4e49\u8bca\u8fdb\u5bb6\u95e8","smalltext":"\u4e0d\u5fd8\u521d\u5fc3\u8ddf\u515a\u8d70\uff0c\u7262\u8bb0\u4f7f\u547d\u52c7\u62c5\u5f53\u3002\u5728\u5168\u56fd\u4e0a\u4e0b\u559c\u8fce\u4e2d\u56fd\u5171\u4ea7\u515a\u5efa\u515a98\u5468\u5e74\u4e4b\u9645\uff0c\u5728\u6e05\u6cb3\u53bf\u201c\u5b88\u521d\u5fc3\u3001\u62c5\u4f7f\u547d\u201d\u515a\u5458\u5fd7\u613f\u670d\u52a1\u6d3b\u52a8\u5373\u5c06\u542f\u52a8\u4e4b\u673a\uff0c\u6211\u9662\u4e0d\u7b49\u4e0d\u9760\u8d70\u5728\u524d\u3001\u5148\u884c\u4e00\u6b65\u4f5c\u8868\u7387\u3002\u4e3a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=794"};
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 () {
}
});
});
}