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=4750&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: 1746164883,
nonceStr: 'XXE0GzDDuknerUJh',
signature: '1949205d0d824f0e47d8d9ad1b859c74a70f65c2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662-\u56db\u5f0f\u878d\u5408\u5de5\u4f5c\u6cd5\u7834\u89e3\u65b0\u65f6\u4ee3\u515a\u5efa\u96be\u9898","smalltext":"\u957f\u671f\u4ee5\u6765\uff0c\u4e1a\u52a1\u5efa\u8bbe\u662f\u533b\u9662\u53d1\u5c55\u7684\u91cd\u8981\u751f\u547d\u7ebf\uff0c\u662f\u4fdd\u6301\u884c\u4e1a\u7ade\u4e89\u529b\u7684\u4e3b\u8981\u53d1\u529b\u70b9\uff0c\u56e0\u800c\u51b3\u7b56\u8005\u666e\u904d\u504f\u5411\u4e8e\u4e1a\u52a1\u5efa\u8bbe\u3002\u8fd1\u5e74\u6765\uff0c\u968f\u7740\u56fd\u5bb6\u548c\u7701\u5e02\u5c42\u9762\u5173\u4e8e\u52a0\u5f3a\u515a\u7684\u5168\u9762\u9886\u5bfc\u7b49\u653f\u7b56\u8981\u6c42\uff0c\u5404\u516c\u7acb\u533b\u9662","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4750"};
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 () {
}
});
});
}