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=2929&classid=13&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: 1743703483,
nonceStr: 'OtyNAH88lRaGvh7X',
signature: 'a0556b04050296e3aa719660f2ba56318e28ff4f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u6c49\u9633\u827e\u683c\u773c\u79d1\u533b\u9662\u624b\u672f\u5ba4\uff1a\u201c\u5c01\u95ed\u201d\u7a7a\u95f4\u521b\u9020\u6709\u7231\u60c5\u6000","smalltext":"\u6c49\u9633\u827e\u683c\u773c\u79d1\u533b\u9662\u8fde\u7eed2\u5e74\u4f18\u79c0\u56e2\u961f\u7684\u624b\u672f\u5ba4\u56e2\u961f\uff0c\u75319\u540d\u5e74\u8f7b\u768480\u53ca90\u540e\u7ec4\u6210\u3002\u81ea\u62a4\u58eb\u957f\u674e\u7d20\u82b32018\u5e74\u63a5\u7ba1\u624b\u672f\u5ba4\u4ee5\u6765\uff0c\u5979\u7528\u5e74\u8f7b\u4eba\u76f8\u4e92\u5c0a\u91cd\u3001\u5171\u540c\u8fdb\u6b65\u7684\u601d\u8def\u5f3a\u5316\u201c\u73b0\u4ee3\u624b\u672f\u5ba4\u7ba1\u7406\u201d\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2929"};
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 () {
}
});
});
}