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=3772&classid=5&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: 1745108650,
nonceStr: 'LblgKjXgUE1XLa2G',
signature: '540e84644f44fdcbc14417b2ac3c563a9bda461d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u70b9\u8d5e\u82cf\u5dde\u6700\u7f8e\u52b3\u52a8\u8005\u5eb7\u590d\u79d1\u4e3b\u4efb\u5434\u52e4\u5cf0","smalltext":"\u4e3a\u8912\u5956\u5148\u8fdb\u5178\u578b\u3001\u51dd\u805a\u594b\u8fdb\u529b\u91cf\uff0c10\u670827\u65e5\uff0c\u201c\u5efa\u529f\u65b0\u65f6\u4ee3\u2022\u81f4\u656c\u52b3\u52a8\u8005\u201d2020\u82cf\u5dde\u4e07\u540d\u201c\u6700\u7f8e\u52b3\u52a8\u8005\u201d\u793c\u8d5e\u6d3b\u52a8\u4e3e\u884c\uff0c\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u5eb7\u590d\u533b\u5b66\u79d1\u4e3b\u4efb\u5434\u52e4\u5cf0\u83b7\u8bc4\u3002\u636e\u6089\uff0c\u8be5\u8bc4\u9009\u7531\u82cf\u5dde\u5e02\u603b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3772"};
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 () {
}
});
});
}