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=3945&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: 1745108774,
nonceStr: 'EC6DO3fSJWi5unEc',
signature: '4e601dd8555b1627b89fdd8a6409c9039094c685',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u201c\u53d9\u4e8b\u62a4\u7406\u201d\u8ba9\u62a4\u7406\u670d\u52a1\u66f4\u6e29\u60c5","smalltext":"\u4e3a\u4e0d\u65ad\u63a8\u8fdb\u4f18\u8d28\u5316\u62a4\u7406\u670d\u52a1\uff0c\u8425\u9020\u63d0\u5347\u533b\u9662\u4eba\u6587\u5173\u6000\u73af\u5883\uff0c\u5c71\u4e1c\u5927\u5b66\u9644\u5c5e\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u575a\u6301\u95ee\u9898\u5bfc\u5411\uff0c\u4ee5\u5e72\u90e8\u4f5c\u98ce\u5927\u6539\u8fdb\u63a8\u52a8\u95ee\u9898\u5927\u89e3\u51b3\u3001\u5de5\u4f5c\u5927\u63d0\u5347\u3002\u62a4\u7406\u90e8\u521b\u65b0\u5f00\u542f\u4e86\u201c\u53d9\u4e8b\u62a4\u7406\u201d\u65b0\u6a21\u5f0f\uff0c\u901a\u8fc7\u5171\u540c\u8bb2\u8ff0\u533b\u60a3\u3001\u62a4\u60a3\u4e4b\u95f4\u7684\u6545\u4e8b\uff0c\u52aa\u529b\u8ba9\u60a3\u8005\u5bfb\u627e\u81ea\u4fe1\u3001\u5f3a\u5316\u8ba4\u540c\uff0c\u52a9\u529b\u60a3\u8005\u5c3d\u5feb\u5eb7\u590d\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3945"};
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 () {
}
});
});
}