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=5503&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: 1743702953,
nonceStr: 'dMu6EQ2ZReSM6l4o',
signature: '104113b11a9a2fd4dabe42c4f7a85b7e0945579b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u4fbf\u6c11\u63aa\u65bd\u518d\u5347\u7ea7\uff0c\u5f00\u901a\u533b\u4fdd\u79fb\u52a8\u652f\u4ed8\u670d\u52a1","smalltext":"\u3000 \u201c\u73b0\u5728\u53ea\u8981\u5728\u624b\u673a\u4e0a\u52a8\u52a8\u624b\u6307\u5c31\u80fd\u7528\u533b\u4fdd\u6302\u53f7\u7ed3\u7b97\u4e86\uff0c\u771f\u662f\u592a\u65b9\u4fbf\u4e86\uff01\u201d10\u670826\u65e5\uff0c\u5728\u5e02\u4e8c\u533b\uff08\u91d1\u9633\u533b\u9662\uff09\u4f7f\u7528\u201c\u533b\u4fdd\u79fb\u52a8\u652f\u4ed8\u201d\u529f\u80fd\u7684\u738b\u5148\u751f\u611f\u53f9\u9053\u300210\u670825\u65e5\uff0c\u533b\u4fdd\u79fb\u52a8\u652f\u4ed8\u5728\u5e02\u4e8c\u533b\uff08\u91d1\u9633","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5503"};
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 () {
}
});
});
}