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=1304&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: 1747169161,
nonceStr: 'xr5s6wwLdial1vgU',
signature: '1b9ff0ed868e89b11496885fcffbad5de47f878c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u4eac\u540c\u4ec1\u533b\u9662:\u7237\u7237\uff0c\u539f\u6765\u60a8\u7684\u613f\u671b\u7adf\u5982\u6b64\u7b80\u5355","smalltext":"10\u670823\u65e5\uff0c\u4f5c\u4e3a\u201c\u8001\u5e74\u60a3\u8005\u5173\u7231\u6708\u201d\u7cfb\u5217\u6d3b\u52a8\u4e4b\u4e00\uff0c\u5357\u4eac\u540c\u4ec1\u533b\u9662\u62a4\u7406\u90e8\u5fc3\u7406\u5173\u7231\u7ba1\u7406\u59d4\u5458\u4f1a\u4e3a\u5728\u9662\u8001\u5e74\u60a3\u8005\u4e3e\u529e\u201c\u5c0f\u70b9\u5fc3\u00b7\u771f\u5fc3\u610f\u201d\u6d3b\u52a8\uff0c\u4e3a\u56db\u4f4d\u8001\u4eba\u9001\u4e0a\u201c\u5fc3\u613f\u9910\u201d\uff0c\u5305\u62ec\u9ec4\u8c46\u9171\u3001\u997a\u5b50\u3001\u7ea2\u70e7\u8089\u3001\u65b9\u4fbf\u9762\u7b49\u3002 \u8fd8\u4e3a\u5341\u6708\u4efd\u8fc7\u751f\u65e5\u7684\u56db\u4f4d\u8001\u5e74\u60a3\u8005\u4e3e\u529e\u751f\u65e5\u4f1a\uff0c\u7528\u751f\u65e5\u86cb\u7cd5\u3001\u957f\u5bff\u9762\u7b49\u4e3a\u8001\u4eba\u9001\u4e0a\u751f\u65e5\u7684\u795d\u798f\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1304"};
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 () {
}
});
});
}