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=2412&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: 1743785618,
nonceStr: 'Kk0mEZECq4ljiUWn',
signature: '305b801de08bf8eb99492ae3c20a6545827beb85',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u4eac\u5e02\u53e3\u8154\u533b\u9662\uff1a\u5f00\u653e\u9662\u53f2\u6587\u5316\u7a7a\u95f4 \u521b\u65b0\u533b\u9662\u6587\u5316\u8f7d\u4f53","smalltext":"\u201c\u6587\u5316\u662f\u4e00\u4e2a\u56fd\u5bb6\u3001\u4e00\u4e2a\u6c11\u65cf\u7684\u7075\u9b42\u3002\u6587\u5316\u5174\u56fd\u8fd0\u5174\uff0c\u6587\u5316\u5f3a\u6c11\u65cf\u5f3a\u3002\u6ca1\u6709\u9ad8\u5ea6\u7684\u6587\u5316\u81ea\u4fe1\uff0c\u6ca1\u6709\u6587\u5316\u7684\u7e41\u8363\u5174\u76db\uff0c\u5c31\u6ca1\u6709\u4e2d\u534e\u6c11\u65cf\u4f1f\u5927\u590d\u5174\u3002\u201d\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u63d0\u51fa\u7684\u6587\u5316\u7406\u5ff5\u4e5f\u662f\u65b0\u65f6\u4ee3\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2412"};
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 () {
}
});
});
}