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=5422&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: 1743703023,
nonceStr: '8QsMVnucrMBV07lq',
signature: '256d0f2460b6e37e75cbd89fc387e622d21e0220',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u8ba9\u7532\u72b6\u817a\u7ed3\u8282\u60a3\u8005\u514d\u53d7\u201c\u5f00\u5200\u4e4b\u82e6\u201d","smalltext":"\u201c\u533b\u5fb7\u9ad8\u5c1a\u6696\u4eba\u5fc3\uff0c\u533b\u672f\u7cbe\u6e5b\u4f20\u56db\u65b9\u201d\u3002\u8fd1\u65e5\uff0c60\u5c81\u7684\u660e\u5148\u751f\uff08\u5316\u540d\uff09\uff0c\u5c06\u4e00\u9762\u9526\u65d7\u9001\u5230\u4e86\u4ec1\u6d4e\u533b\u9662\u5609\u5b9a\u5206\u9662\uff08\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff09\u8d85\u58f0\u5f71\u50cf\u79d1\u7684\u533b\u62a4\u4eba\u5458\u624b\u4e2d\uff0c\u4ee5\u81f4\u8c22\u6768\u5fb7\u658c\u3001\u9648\u5b8f\u3001\u5b5f\u76c8\u3001\u66f9\u837b\u7b49\u533b\u62a4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5422"};
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 () {
}
});
});
}