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=5108&classid=7&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: 1743632686,
nonceStr: 'GuOnH7M2BpIG4DdK',
signature: '74c6b58ff35b382b483332243885ad4267504f19',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"2021\u5e74\u5ea6\u4e2d\u56fd\u533b\u9662\u516c\u76ca\u98ce\u4e91\u62a5\u544a\uff08\u8282\u9009\uff09","smalltext":"\u4e2d\u56fd\u7684\u536b\u751f\u4e8b\u4e1a\u662f\u653f\u5e9c\u5b9e\u884c\u4e00\u5b9a\u798f\u5229\u653f\u7b56\u7684\u793e\u4f1a\u516c\u76ca\u4e8b\u4e1a\uff0c\u533b\u7597\u673a\u6784\u662f\u536b\u751f\u4e8b\u4e1a\u516c\u76ca\u6027\u7684\u4e3b\u8981\u5b9e\u8df5\u8005\u548c\u516c\u76ca\u6027\u533b\u7597\u670d\u52a1\u7684\u4e3b\u8981\u63d0\u4f9b\u8005\uff0c\u533b\u7597\u673a\u6784\u7684\u516c\u76ca\u6027\u4e0d\u4ec5\u53cd\u6620\u7740\u533b\u9662\u7684\u6280\u672f\u5b9e\u529b\uff0c\u8fd8\u5728\u5f88","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=7&id=5108"};
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 () {
}
});
});
}