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=5326&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: 1744052584,
nonceStr: '7ASLOOMLnOaUOJcC',
signature: '0e1a982ea47a0248cf264e4fba277355ea21314b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\uff1a30\u5e74\u524d\u624b\u672f\u5200\u53e3\u6709\u9f13\u5305\uff0c\u62d6\u5ef610\u5e74\u201c\u677f\u6817\u201d\u53d8\u201c\u9992\u5934\u201d","smalltext":"34\u5c81\u7684\u77f3\u5148\u751f\u66fe\u572830\u5e74\u524d\u505a\u8fc7\u9611\u5c3e\u708e\u624b\u672f\uff0c\u672f\u540e\u76ae\u80a4\u8868\u9762\u6108\u5408\u826f\u597d\uff0c\u5e76\u6ca1\u6709\u51fa\u73b0\u5176\u4ed6\u4e0d\u826f\u53cd\u5e94\uff0c\u5c31\u8fd9\u6837\u4e00\u76f4\u5230\u77f3\u5148\u751f24\u5c81\u65f6\uff0c\u624b\u672f\u5200\u53e3\u9644\u8fd1\u7a81\u7136\u9f13\u8d77\u4e86\u4e00\u4e2a\u677f\u6817\u5927\u5c0f\u7684\u80bf\u5757\uff0c\u7528\u624b\u6309\u538b\u5c31\u6d88\u5931\u4e86\uff0c\u867d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5326"};
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 () {
}
});
});
}