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=5136&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: 1743764383,
nonceStr: 'GcWNiJp12eLuFxT1',
signature: 'd5b5ad40d08a934b8b051728715733b774b4f10e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202201\/0de807cd8f4f90bacc3e91f0074e69f7.jpg","title":"[\u606d\u559c]2021\u5e74\u5ea6\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u59d4\u4f1a\u5148\u8fdb\u4e2a\u4eba\u540d\u5355","smalltext":"2021\u5e74\u662f\u5f88\u4e0d\u5e73\u51e1\u7684\u4e00\u5e74\uff0c\u5e78\u8fd0\u6709\u60a8\u3002\u4e00\u5e74\u6765\uff0c\u5728\u56fd\u5bb6\u536b\u751f\u5065\u5eb7\u59d4\u5458\u4f1a\u3001\u534f\u4f1a\u9886\u5bfc\u7684\u5173\u6000\u9f13\u52b1\u4e0b\uff0c\u5728\u5404\u5730\u536b\u751f\u5065\u5eb7\u59d4\u5458\u4f1a\u3001\u533b\u7597\u536b\u751f\u673a\u6784\u3001\u5408\u4f5c\u4f19\u4f34\u7684\u79ef\u6781\u652f\u6301\u4e0b\uff0c\u5728\u5404\u4f4d\u59d4\u5458\u7684\u9f50\u5fc3\u534f\u529b\u4e0b\uff0c\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5136"};
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 () {
}
});
});
}