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=2287&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: 1745166142,
nonceStr: 'F0jQBT65DBpskc9y',
signature: 'c590e817ed15da724dd2d30f45eb1150bce5d657',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u804a\u57ce\u5e02\u4e1c\u660c\u5e9c\u4eba\u6c11\u533b\u9662\uff1a\u5973\u5b50\u672c\u5f31\uff0c\u4e3a\u533b\u5219\u521a\uff0c\u6297\u201c\u75ab\u201d\u524d\u7ebf","smalltext":"\u5728\u8fd9\u91cc\u4e00\u58f0\u4ee4\u4e0b\u5dfe\u5e3c\u4e0d\u8ba9\u987b\u7709\u4f60\u4eec\u7acb\u4e0b\u94ee\u94ee\u8a93\u8a00\u4e0d\u83b7\u5b8c\u80dc\u4e0d\u8a00\u6210\u529f\u653e\u4e0b\u6000\u91cc\u7684\u5b9d\u5b9d\u7792\u4f4f\u767d\u53d1\u7684\u7239\u5a18\u7a7f\u4e0a\u81c3\u80bf\u7684\u9632\u62a4\u670d\u8e0f\u4e0a\u8fd9\u6ca1\u6709\u785d\u70df\u7684\u6218\u573a\u662f\u4f60\u4eec\u7684\u575a\u5b9a\u4e0e\u6267\u7740\u6362\u6765\u4e86\u5343\u5bb6\u4e07\u6237\u7684\u5e78\u798f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2287"};
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 () {
}
});
});
}