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=3220&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: 1745151346,
nonceStr: 'RFJWFi2LyPiIV7OS',
signature: '82a6c5898c580be92ba230819c33712f5e00aff7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u5f00\u5dde\u533a\u4eba\u6c11\u533b\u9662\uff1a\u64b8\u8d77\u8896\u5b50\u52a0\u6cb9\u5e72 \u8131\u8d2b\u653b\u575a\u8c31\u65b0\u7bc7","smalltext":"\u64b8\u8d77\u8896\u5b50\u52a0\u6cb9\u5e72 \u8131\u8d2b\u653b\u575a\u8c31\u65b0\u7bc7\u2014\u2014\u533a\u4eba\u6c11\u533b\u9662\u9a7b\u5357\u95e8\u9547\u9f99\u5934\u6751\u7b2c\u4e00\u4e66\u8bb0\u5b59\u9707\u5b87 \u201c\u8131\u8d2b\u653b\u575a\u8fd9\u573a\u6d69\u5927\u7684\u653b\u575a\u6218\uff0c\u9020\u5c31\u4e00\u5927\u7fa4\u9ed8\u9ed8\u65e0\u95fb\uff0c\u57cb\u5934\u82e6\u5e72\uff0c\u8f9b\u52e4\u4ed8\u51fa\u7684\u6218\u6597\u8005\u3002\u6211\u4e5f\u7ecf\u5386\u4e86\u4ece\u832b\u7136","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3220"};
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 () {
}
});
});
}