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=5369&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: 1743702957,
nonceStr: 'zWlEU4ct4WwcuJTW',
signature: 'f3a1eb1037c10cc728ff438ecc943d0d72faa679',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u4e00\u4f4d\u4e4c\u514b\u5170\u5988\u5988\u7684\u7279\u6b8a\u5206\u5a29\u7ecf\u5386","smalltext":"2022\u5e745\u670824\u65e5\uff0c\u6566\u5316\u5e02\u533b\u9662\u5987\u4ea7\u79d1\u8fce\u6765\u4e00\u4f4d\u7279\u6b8a\u7684\u5b55\u5988\u5988\u2014\u4e00\u4f4d\u6765\u81ea\u5f02\u56fd\u4ed6\u4e61\u7684LAVRYNENKO GANNA\u5973\u58eb\u3002 GANNA\u56e0\u5de5\u4f5c\u8c03\u52a8\u72ec\u81ea\u4e00\u4eba\u6765\u5230\u6566\u5316\u751f\u6d3b\uff0c\u964c\u751f\u7684\u5730\u65b9\uff0c\u8bed\u8a00\u4ea4\u6d41\u969c\u788d\u8ba9\u5e73\u7d20\u575a\u5f3a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5369"};
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 () {
}
});
});
}