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=4297&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: 1744969388,
nonceStr: 'u3z8GJIIU0o0GhmX',
signature: '003701677f00857e532cc6caf37054ef2b3d0e29',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u65b9\u533b\u79d1\u5927\u5b66\u5357\u65b9\u533b\u9662\u738b\u5a1c\uff1a\u76f8\u7ea6\u6210\u90fd \u626c\u5e06\u8d77\u822a","smalltext":"\u56db\u6708\u7684\u6210\u90fd\u7528\u4fe1\u5ff5\u71c3\u8d77\u4e86\u4eba\u6587\u7684\u706b\u70ac\uff0c\u5168\u56fd\u5404\u5730\u7684\u70ac\u624b\u5e26\u7740\u5404\u81ea\u8eab\u8fb9\u7684\u6545\u4e8b\uff0c\u7528\u5404\u79cd\u5f62\u5f0f\u8be0\u91ca\u51fa\u4e86\u90a3\u4e86\u65e0\u8fb9\u9645\u7684\u4eba\u6587\uff0c\u4ed6\u4eec\u7684\u76f8\u9047\uff0c\u662f\u7231\uff0c\u662f\u671f\u8bb8\uff0c\u662f\u4f20\u627f\uff0c\u66f4\u662f\u5439\u54cd\u672a\u6765\u521b\u65b0\u7684\u53f7\u89d2......\u201c\u84b9\u846d\u82cd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4297"};
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 () {
}
});
});
}