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=5569&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: 1744468202,
nonceStr: 'cItUWpG5QJGJMocW',
signature: '0b656b1923b73e95e7c6192728a3379d94f7dc61',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u201c\u7ec4\u56e2\u5f0f\u201d\u5e2e\u6276\u89c1\u6210\u6548\uff0c\u6253\u901a\u80f8\u75db\u6551\u6cbb\u201c\u751f\u547d\u901a\u9053\u201d","smalltext":"\u5fc3\u808c\u6897\u6b7b\uff0c\u8fd1\u5e74\u6765\u53d1\u75c5\u7387\u4e0d\u65ad\u4e0a\u5347\uff0c\u4e25\u91cd\u5a01\u80c1\u4eba\u4eec\u7684\u751f\u547d\u5065\u5eb7\uff0c\u5feb\u901f\u5f00\u901a\u95ed\u585e\u8840\u7ba1\uff0c\u5c3d\u5feb\u6062\u590d\u8840\u6d41\u704c\u6ce8\uff0c\u5bf9\u4e8e\u5fc3\u6897\u7684\u6551\u6cbb\u975e\u5e38\u91cd\u8981\u3002\u201c\u611f\u8c22\u53bf\u533b\u9662\u533b\u751f\u548c\u62a4\u58eb\u7684\u53ca\u65f6\u6551\u6cbb\uff0c\u628a\u6211\u4ece\u6b7b\u795e\u8fb9\u4e0a\u62fd\u4e86\u56de\u6765","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5569"};
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 () {
}
});
});
}