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=4661&classid=12&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: 1749176480,
nonceStr: 'Ex5KxbrwVLFunHX1',
signature: '78d08fcb666e5669dc19cc2a2b344f537c8a6069',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u592a\u539f\u94a2\u94c1\uff08\u96c6\u56e2\uff09\u6709\u9650\u516c\u53f8\u603b\u533b\u9662-\u547c\u5438\u4e0e\u5371\u91cd\u75c7\u533b\u5b66\u79d1\u6768\u9e4f","smalltext":"7\u670814\u65e521\u65f6\u7684\u592a\u539f\uff0c\u591c\u8272\u6d53\u91cd\uff0c\u96e8\u96fe\u832b\u832b\uff0c\u4e00\u8f86\u6765\u81ea\u7075\u77f3\u7684\u767d\u8272\u6551\u62a4\u8f66\u95ea\u7740\u84dd\u8272\u7684\u6025\u6551\u706f,\u5728\u884c\u4eba\u7a00\u5c11\u7684\u8857\u5934\u75be\u9a70\u800c\u8fc7\uff0c\u5f84\u76f4\u5f00\u8fdb\u4e86\u592a\u94a2\u603b\u533b\u9662\uff08\u5c71\u533b\u5927\u516d\u9662\uff09\u8fce\u65b0\u9662\u533a\u7684\u5927\u95e8\u3002\u8f66\u95e8\u521a\u4e00\u6253\u5f00\uff0c\u8be5\u9662","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4661"};
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 () {
}
});
});
}