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=1434&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: 1747190488,
nonceStr: '4NS8hsnsHnCAnPyA',
signature: 'def901ecf1b8bfa4c34c58da1f77400e17e3ad9d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5f00\u5c55\u201c\u5fc6\u5730\u9707\u4f24\u75db\u3001\u770b\u5bb6\u4e61\u53d8\u5316\u3001\u611f\u515a\u7684\u6069\u60c5\u201d\u6d3b\u52a8","smalltext":"\u4e3a\u6df1\u5165\u8d2f\u5f7b\u4e60\u8fd1\u5e73\u65b0\u65f6\u4ee3\u4e2d\u56fd\u7279\u8272\u793e\u4f1a\u4e3b\u4e49\u601d\u60f3\uff0c\u624e\u5b9e\u5f00\u5c55\u201c\u4e0d\u5fd8\u521d\u5fc3\u3001\u7262\u8bb0\u4f7f\u547d\u201d\u4e3b\u9898\u6559\u80b2\uff0c\u4e0d\u65ad\u6fc0\u53d1\u515a\u5458\u5e72\u90e8\u5b88\u521d\u5fc3\u3001\u62c5\u4f7f\u547d\u7684\u4e0d\u6b47\u52a8\u529b\uff0c\u8fdb\u4e00\u6b65\u589e\u5f3a\u515a\u5458\u5e72\u90e8\u5bf9\u515a\u7684\u70ed\u7231\u548c\u4fe1\u4ef0\u300211\u670822\u65e5\u4e0b\u5348\uff0c\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662\u515a\u59d4\u7ec4\u7ec7\u515a\u5458\u5e72\u90e8\u5230\u6c49\u65fa\u5730\u9707\u9057\u5740\u8fdb\u884c\u53c2\u89c2\u3001\u5b66\u4e60\u3002\r\n\r\n","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1434"};
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 () {
}
});
});
}