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=5074&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: 1744318626,
nonceStr: 'fsPPUwiCy6oknKhd',
signature: '712613a88e7255d86f971f874f43b91298f48602',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u6025\u6551\u4e2d\u5fc3\uff1a\u9662\u515a\u59d4\u5f00\u5c55\u201c\u515a\u5efa\u67e5\u623f\u201d","smalltext":"\u533b\u9662\u7684\u6838\u5fc3\u4ef7\u503c\u89c2\u662f\u4ec0\u4e48\uff1f\u4f60\u77e5\u9053\u9884\u68c0\u5206\u8bca\u7684\u201c\u4e94\u4e2a\u4e00\u201d\u5417\uff1f\u6765,\u64cd\u4f5c\u4e00\u4e0b\u7535\u8111\u533b\u4fdd\u7ba1\u7406\u7cfb\u7edf\u5427\u3002\u8bf7\u628a\u4f60\u79d1\u7684\u4eba\u624d\u57f9\u8bad\u8ba1\u5212\u7ed9\u6211\u770b\u770b\u3002\u5ba3\u4f20\u67b6\u4e0a\u6446\u653e\u8d44\u6599\u4e0d\u80fd\u6709\u8fdd\u89c4\u5e7f\u544a\u54e6\u2026\u2026\u8fd9\u662f11\u670820","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5074"};
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 () {
}
});
});
}