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=226&classid=3&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: 1746120837,
nonceStr: 'eZObcD0n71kHGpyU',
signature: 'a8eac5ea8305ccb7739478d67c32e489e705980c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u59d4\u5458\u5468\u5168\uff1a\u4eba\u95f4\u4e16\u7684\u5149\u8292","smalltext":"\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u533b\u9662\u4eba\u6587\u4e13\u59d4\u4f1a\u59d4\u5458\uff0c\u4e0a\u6d77\u5e7f\u64ad\u7535\u89c6\u53f0\u5a92\u4f53\u4e2d\u5fc3knews \u65b0\u95fb\u526f\u603b\u7f16\u8f91\uff0c\u77e5\u540d\u7eaa\u5f55\u7247\u300a\u4eba\u95f4\u4e16\u300b\u603b\u5236\u7247\u4eba\uff0c\u4e0a\u6d77\u957f\u6c5f\u97ec\u594b\u5956\u83b7\u5f97\u8005\u3002\u505a\u8bb0\u8005\u65f6\u66fe\u7ecf\u591a\u6b21\u83b7\u5f97\u4e2d\u56fd\u65b0\u95fb\u5956\uff0c\u5728\u505a\u4e86","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=226"};
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 () {
}
});
});
}