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=4977&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: 1743632786,
nonceStr: 'ZH0KXcQWvoKmVS1y',
signature: '183d5f7029c2ef1442d0841ff8a86695e1db15c7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\u4e09\u6c34\u5206\u9662-\u515a\u653f\u529e\u516c\u5ba4\u56e2\u961f","smalltext":"\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\u4e09\u6c34\u533b\u9662\u515a\u59d4\u79ef\u6781\u63a8\u52a8\u4eba\u6587\u533b\u9662\u5efa\u8bbe\uff0c\u81ea2014\u5e74\u8d77\uff0c\u8fde\u7eed8\u5e74\u5f00\u5c55\u201c\u6ee1\u610f\u670d\u52a1\u201d\u7cfb\u5217\u6d3b\u52a8\uff0c\u8fd9\u4e9b\u5e74\u6765\uff0c\u533b\u9662\u79ef\u6781\u62d3\u5c55\u4eba\u6587\u533b\u7597\u3001\u4eba\u6587\u7ba1\u7406\u3001\u4eba\u6587\u516c\u76ca\u7b49\u65b9\u9762\u7684\u5e7f\u5ea6\u548c\u6df1\u5ea6\uff0c\u901a\u8fc7\u5f00\u5c55","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4977"};
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 () {
}
});
});
}