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=2535&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: 1743767205,
nonceStr: 'zVEWXyZGPDdaNgnl',
signature: 'ea91caead81389e5e6ffd80e81282f89a75f7e9f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6811\u5170\uff08\u676d\u5dde\uff09\u533b\u9662\uff1a\u65f6\u523b\u575a\u5b88\u6d4e\u4e16\u6551\u4eba\u7684\u533b\u5b66\u60c5\u6000","smalltext":"\u6811\u5170\uff08\u676d\u5dde\uff09\u533b\u9662\u662f\u4e00\u5bb6\u7531\u9662\u58eb\u56e2\u961f\u53d1\u8d77\u521b\u529e\uff0c\u793e\u4f1a\u529b\u91cf\u53c2\u4e0e\uff0c\u4ee5\u201c\u60a3\u8005\u6ee1\u610f\u3001\u5458\u5de5\u6ee1\u610f\u3001\u653f\u5e9c\u6ee1\u610f\u201d\u4e09\u6ee1\u610f\u4e3a\u76ee\u6807\uff0c\u4ee5\u201c\u9ad8\u6c34\u5e73\u7684\u4e13\u5bb6\u3001\u9ad8\u8d28\u91cf\u7684\u533b\u7597\u3001\u9ad8\u54c1\u8d28\u7684\u670d\u52a1\u201c\u4e3a\u6807\u51c6\uff0c\u56f4\u7ed5\u201c\u5168\u4eba\u5168\u7a0b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2535"};
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 () {
}
});
});
}