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=1019&classid=4&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: 1746134710,
nonceStr: 'uNk0JZfBuaS5XgD5',
signature: 'a686015253dd83450d40d3eb8e19d7558ec287b1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90d1\u5dde\u4eba\u6c11\u533b\u9662\u9a6c\u4e3d\u5a1c\uff1a\u90d1\u533b\uff0c\u6e29\u6696\u5982\u521d","smalltext":"\u533b\u9662\uff0c\u7559\u7ed9\u4eba\u4eec\u7684\u5370\u8c61\u591a\u6570\u90fd\u6765\u81ea\u4e8e\u521d\u63a5\u89e6\u3001\u7535\u5f71\u6216\u7535\u89c6\uff0c\u7ed9\u4eba\u51b0\u51b0\u51b7\u51b7\u7684\u611f\u89c9\uff0c\u73af\u5883\u5608\u6742\uff0c\u8e81\u52a8\u5f02\u5e38\uff0c\u5355\u8c03\uff0c\u4e3b\u8981\u4ee5\u767d\u8272\u4e3a\u4e3b\uff0c\u5927\u6982\u8fd9\u662f\u5bf9\u533b\u9662\u521d\u6709\u7684\u5370\u8c61\u3002\u4ece\u6765\u5230\u8fd9\u4e2a\u964c\u751f\u7684\u9886\u57df\uff0c\u4e0d\u957f\u4e0d\u77ed\u7684\u516b\u5e74","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1019"};
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 () {
}
});
});
}