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=5404&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: 1743703025,
nonceStr: 'D3fHU9NMZ5RnSWGA',
signature: '85bdbadf217e8bb21957a4de6752ddafad641090',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\uff1a\u533b\u9662\u4e3a\u4ed6\u4eec\u529e\u4e86\u4e2a\u201c\u4e91\u5a5a\u793c\u201d","smalltext":"\u767e\u5e74\u6069\u7231\u53cc\u5fc3\u7ed3\uff0c\u5343\u91cc\u59fb\u7f18\u4e00\u7ebf\u7275\uff0c7\u670817\u65e5\uff0c\u897f\u6d77\u5cb8\u65b0\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\u4e3a\u4e00\u5bf9\u65b0\u4eba\u4e3e\u529e\u4e00\u573a\u7279\u6b8a\u7684\u5a5a\u793c\u3002\u8fd9\u573a\u5a5a\u793c\u7531\u9662\u957f\u52a9\u7406\u3001\u515a\u653f\u529e\u4e3b\u4efb\u9648\u82f1\u4e3b\u6301\uff0c\u9662\u515a\u59d4\u4e66\u8bb0\u675f\u51ef\u4f1f\u3001\u9662\u957f\u52a9\u7406\u82d1\u5947\u5fd7\u3001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5404"};
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 () {
}
});
});
}