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=5481&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: 1743703006,
nonceStr: 'FqljyorBVP7Jn3Vp',
signature: '2e20c065a6b9b031c74ea0d4a2947c4b074192ae',
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\u7ec4\u56e2\u5f0f\u5e2e\u6276\uff0c\u4e3a\u9655\u897f\u533b\u7597\u8d21\u732e\u5e38\u5dde\u4e00\u9662\u529b\u91cf","smalltext":"\u8fe2\u8fe2\u5343\u91cc\u8def\uff0c\u7ef5\u7ef5\u63f4\u9655\u60c5\uff0c\u4e00\u6279\u53c8\u4e00\u6279\u63f4\u9655\u533b\u7597\u961f\u5954\u6ce2\u5728\u4e09\u79e6\u5927\u5730\u4e0a\uff0c\u5f00\u5c55\u533b\u7597\u65b0\u6280\u672f\u3001\u5206\u4eab\u524d\u6cbf\u5b66\u672f\u7406\u5ff5\u2026\u20262022\u5e745\u670829\u65e5\uff0c\u7531\u5e38\u5dde\u4e00\u9662\u533b\u5b66\u8d85\u58f0\u79d1\u526f\u4e3b\u4efb\u94b1\u4e30\uff0c\u5fc3\u8840\u7ba1\u5185\u79d1\u526f\u4e3b\u4efb\u533b\u5e08\u738b\u5f3a\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5481"};
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 () {
}
});
});
}