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=2184&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: 1749447020,
nonceStr: 'VkHCFFThA6KZDgf1',
signature: 'c36b6f5d814585ccf336f50ef7bbd8e22640f2b2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u4e00\u4e2a\u515a\u5458\u7684\u521d\u5fc3\u4e0e\u4f7f\u547d","smalltext":"\u201c\u9001\u6218\u53cb\uff0c\u8e0f\u5f81\u7a0b......\u201d 2\u670813\u65e510\u70b9\uff0c\u5728\u4e00\u66f2\u300a\u9001\u6218\u53cb\u300b\u519b\u4e50\u58f0\u4e2d\uff0c\u4e00\u7fa4\u6765\u81ea\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u9996\u6279\u63f4\u9102\u768415\u540d\u961f\u5458\uff0c\u8eab\u7a7f\u8ff7\u5f69\u670d\uff0c\u6602\u9996\u633a\u80f8\uff0c\u8e0f\u4e0a\u4e86\u5954\u8d74\u6e56\u5317\u7684\u5f81\u7a0b\uff0c\u7559\u4e0b\u4e86\u4e00\u9053\u201c\u9006\u884c\u201d\u7684\u80cc\u5f71\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2184"};
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 () {
}
});
});
}