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=4350&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: 1744975790,
nonceStr: 'ZUdIPBt2zJp7FxlC',
signature: 'b679f38bb609a3b5a3c70bc65acc21dddc18188b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u533b\u751f\u81ea\u8ff0\u65b0\u51a0\u75ab\u82d7\u63a5\u79cd\u533b\u7597\u4fdd\u969c\u5de5\u4f5c\u7684\u4e00\u5929","smalltext":"5\u670818\u65e5\uff0c\u53c8\u662f\u6211\u4eec\u53bb\u9752\u6c9f\u5b50\u4e61\u536b\u751f\u9662\u65b0\u51a0\u75ab\u82d7\u63a5\u79cd\u4fdd\u969c\u5de5\u4f5c\u7684\u65e5\u5b50\uff0c\u65e9\u6668\u521a\u8fc7\u516d\u70b9\uff0c\u6211\u5c31\u63a5\u5230\u4e86\u9752\u6c9f\u5b50\u4e61\u536b\u751f\u9662\u9ad8\u8fde\u5174\u9662\u957f\u7684\u7535\u8bdd\uff0c\u4ed6\u4eb2\u81ea\u5f00\u8f66\u6765\u63a5\u6211\u548c\u4fdd\u969c\u62a4\u58eb\u5d14\u83b9\u83b9\u3002\u4e0a\u8f66\u540e\uff0c\u6cbf\u9014\u770b\u5230\u4e86","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4350"};
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 () {
}
});
});
}