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=2938&classid=13&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: 1746120838,
nonceStr: 'KdlzLvwlbhnrSf4N',
signature: '50b092f773ece235fe0a3464caac074b13bcb3fb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u660c\u5927\u5b66\u7b2c\u4e8c\u9644\u5c5e\u533b\u9662\u65b0\u5a92\u4f53\u56e2\u961f\uff1a\u5f15\u5bfc\u6b63\u786e\u8206\u8bba\u5bfc\u5411","smalltext":"\u5357\u660c\u5927\u5b66\u4e8c\u9644\u9662\u65b0\u5a92\u4f53\u56e2\u961f\u6210\u7acb\u4e8e2014\u5e746\u6708\uff0c\u73b0\u6709\u56e2\u961f\u6210\u54585\u4eba\uff0c\u6d89\u53ca\u65b0\u5a92\u4f53\u8fd0\u8425\u3001\u7b56\u5212\u3001\u6267\u884c\u7b49\u5404\u65b9\u9762\u5de5\u4f5c\u3002\u8be5\u56e2\u961f\u8fd0\u8425\u7684-\u5357\u660c\u5927\u5b66\u7b2c\u4e8c\u9644\u5c5e\u533b\u9662\u5fae\u4fe1\u516c\u4f17\u53f7\uff0c\u8fd13\u5e74\u6765\u8363\u83b7\u4e86\u591a\u9879\u5168\u56fd\u6027","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2938"};
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 () {
}
});
});
}