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=4530&classid=12&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: 1743764538,
nonceStr: '52ADEaXHXHjDNmWj',
signature: '43f0640a7cfd703e748dde5c469dc734053d4269',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u4e1c\u7701\u6d4e\u5357\u5e02\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662-\u6025\u8bca\u5185\u79d1\u5f20\u5e05","smalltext":"\u4e00\u3001\u624e\u6839\u57fa\u5c42\uff0c\u52c7\u4e8e\u521b\u65b0\uff0c\u4e34\u5e8a\u6551\u6cbb\u6709\u6df1\u5ea6\u4ece\u4e8b\u57fa\u5c42\u533b\u9662\u6025\u8bca\u5de5\u4f5c16\u5e74\u6765\uff0c\u811a\u8e0f\u5b9e\u5730\uff0c\u65e0\u6028\u65e0\u6094\uff0c\u4e13\u6ce8\u4e8e\u6025\u5371\u91cd\u75c7\u75c5\u4eba\u7684\u62a2\u6551\u5de5\u4f5c\uff0c\u79ef\u7d2f\u4e86\u4e30\u5bcc\u7684\u4e34\u5e8a\u7ecf\u9a8c\u30022016\u5e74\u53c2\u52a0\u6d4e\u5357\u5e02\u536b\u8ba1\u59d4\u7ec4\u7ec7\u7684\u6025\u6551\u6280","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4530"};
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 () {
}
});
});
}