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=4043&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: 1745056630,
nonceStr: 'hW7h7F0xyU1hj5AU',
signature: '2bb62e25cad77606b076792e1592465235fd113e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u897f\u7701\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u5065\u5eb7\u9a7f\u6587\u5316\u4e0b\u57fa\u5c42 \u6d3b\u52a8\u6696\u4eba\u5fc3","smalltext":"\u4e3a\u54cd\u5e94\u6c5f\u897f\u661f\u706b\u6587\u5b66\u6742\u5fd7\u793e\u7684\u5021\u5bfc\uff0c2\u670816\u65e5\uff0c\u300a\u661f\u706b\u300b\u5065\u5eb7\u9a7f\u5728\u5357\u660c\u6e14\u821f\u6e7e\u6e7f\u5730\u516c\u56ed\u548c\u957f\u5929\u5ec9\u6587\u5316\u4e3b\u9898\u516c\u56ed\u5f00\u5c55\u201c\u6211\u4eec\u7684\u4e2d\u56fd\u68a6\u2014\u2014\u6587\u5316\u8fdb\u4e07\u5bb6\u201d\u201c\u4f5c\u5bb6\u6559\u4f60\u8bfb\u300a\u661f\u706b\u300b\u201d\u65b0\u65f6\u4ee3\u6587\u660e\u5b9e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4043"};
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 () {
}
});
});
}