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=4854&classid=11&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: 1749194337,
nonceStr: 'MdUAnNCaw2Ho78P6',
signature: '5dee47026d2747aafd718749fc7d3093a60d450d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6f2f\u6cb3\u5e02\u4e2d\u5fc3\u533b\u9662-\u53d9\u4e8b\u62a4\u7406\u5728\u4e34\u5e8a\u5de5\u4f5c\u4e2d\u7684\u8fd0\u7528","smalltext":"\u53d9\u4e8b\u62a4\u7406\u4f7f\u6211\u4eec\u8ba4\u8bc6\u5230\uff0c\u5728\u4e34\u5e8a\u5de5\u4f5c\u4e2d\uff0c\u4e0d\u4ec5\u8981\u5173\u6ce8\u60a3\u8005\u7684\u6cbb\u7597\u3001\u62a4\u7406\u7684\u7a0b\u5e8f\uff0c\u8fd8\u8981\u5173\u6ce8\u600e\u4e48\u53bb\u5e2e\u52a9\u75c5\u4eba\uff0c\u600e\u4e48\u53bb\u5b89\u6170\u75c5\u4eba\uff0c\u624d\u80fd\u771f\u6b63\u4f53\u73b0\u62a4\u7406\u7684\u5185\u6db5\u3002\u8fd9\u662f\u4e00\u4e2a18\u5c81\u7684\u7537\u6027\u6c14\u80f8\u60a3\u8005\uff0c\u662f\u4e00\u540d\u804c\u4e1a","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4854"};
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 () {
}
});
});
}