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=1035&classid=4&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: 1743896821,
nonceStr: 'ohCiw7YdP8jrjaRB',
signature: 'ea16b85693e4f61e931461f1d307f5cd42aa56c7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6c49\u6cb9\u7530\u603b\u533b\u9662\u4f55\u590f\u73b2:\u533b\u5b66\u4eba\u6587\uff0c\u8ba9\u751f\u547d\u9999\u82b1\u5f25\u6f2b","smalltext":"\u4f5c\u5bb6\u5df4\u91d1\u66fe\u8bf4\uff0c\u201c\u652f\u914d\u6218\u58eb\u884c\u52a8\u7684\u662f\u4fe1\u4ef0\uff0c\u4ed6\u80fd\u591f\u5fcd\u53d7\u4e00\u5207\u8270\u96be\u75db\u82e6\uff0c\u800c\u8fbe\u5230\u4ed6\u6240\u9009\u5b9a\u7684\u76ee\u6807\u201d\u3002\u8bfb\u4e66\u671f\u95f4\uff0c\u8001\u5e08\u544a\u8beb\u6211\u4eec\uff0c\u4f5c\u4e3a\u4e00\u540d\u533b\u8005\uff0c\u5fc5\u987b\u8981\u6709\u575a\u5b9a\u7684\u4fe1\u4ef0\uff0c\u6811\u7acb\u9ad8\u5c1a\u7684\u533b\u5fb7\uff0c\u65e0\u6052\u5fb7\u8005\uff0c\u4e0d\u53ef\u4ee5\u4f5c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1035"};
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 () {
}
});
});
}