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=184&classid=11&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: 1746210824,
nonceStr: 'Bikz69sD44sCOSHN',
signature: '95fb63786d10570ee861c14dbcdb05f03cbf414b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u666e\u9640\u533a\u5987\u5a74\u4fdd\u5065\u9662\uff1a\u201c\u5988\u54aa\u5b9d\u8d1d\u5e2e\u201d\u8ba9\u65b0\u624b\u7236\u6bcd\u5b89\u5fc3\u3001\u6696\u5fc3","smalltext":"\u4ee5\u516c\u76ca\u670d\u52a1\u4e3a\u539f\u5219\uff0c\u4ee5\u79d1\u5b66\u5b55\u80b2\u4e3a\u76ee\u6807\uff0c\u4ee5\u7126\u8651\u5e72\u9884\u4e3a\u5207\u5165\u53e3\uff0c\u4ee5\u5bb6\u5ead\u3001\u533b\u9662\u3001\u793e\u4f1a\u5171\u540c\u652f\u6301\u4e3a\u6a21\u5f0f\uff0c\u4e3a\u4e00\u4e2a\u53c8\u4e00\u4e2a\u5bb6\u5ead\u63d0\u4f9b\u4ece\u5907\u5b55\u5f00\u59cb\u4e00\u76f4\u5230\u5b9d\u5b9d\u6ee13\u5c81\u5168\u7a0b\u7684\u3001\u4e13\u4e1a\u7684\u3001\u4e2a\u6027\u7684\u5065\u5eb7\u652f\u6301\u670d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=184"};
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 () {
}
});
});
}