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=6588&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: 1743632785,
nonceStr: '1D1apPlPkhHDfGG1',
signature: 'b26daa03359aee5151a8db2b192cf6dfb70e37fd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5987\u5e7c\u533b\u8054\u4f53\uff1a\u96c6\u667a\u9ad8\u8d28\u91cf\uff0c\u805a\u529b\u65b0\u56fe\u666f","smalltext":"2\u67082\u65e5\uff0c\u97f6\u5987\u5e7c\u518d\u6b21\u7275\u5934\u53bf\u533a\u5987\u5e7c\u4fdd\u5065\u673a\u6784\uff0c\u4e3e\u529e\u4e86\u4ee5\u201c\u5408\u4f5c\u5e2e\u6276\u8c31\u65b0\u7bc7 \u8054\u4f53\u8fde\u5fc3\u4fc3\u53d1\u5c55\u201d\u4e3a\u4e3b\u9898\u7684\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u533b\u8054\u4f53\u5355\u4f4d\u878d\u5408\u53d1\u5c55\u8d4b\u80fd\u670d\u52a1\u80fd\u529b\u63d0\u5347\u7814\u8ba8\u4f1a\u3002\u4f1a\u8bae\u5171\u540c\u63a2\u8ba8\u65b0\u65f6\u6001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=6588"};
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 () {
}
});
});
}