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=5488&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: 1743702961,
nonceStr: 'VbNKWFiNPOYyjWPp',
signature: '71552d0c7f3f92e2706ae7be5abc6a19f5239379',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u80e1\u5fb7\u8363:\u4e0a\u6d77\u4ea4\u5927\u533b\u5b66\u9662\u8d4b","smalltext":"\u4e00\u5927\u4f1a\u5740\uff0c\u5c79\u7acb\u8eab\u65c1\u3002\u4f20\u627f\u7ea2\u8272\u57fa\u56e0\uff0c\u718f\u9676\u7cbe\u795e\u699c\u6837\u3002\u201c\u738b\u632f\u4e49\u661f\u201d\uff0c\u5bf0\u5b87\u6d69\u8361\u3002\u4ec1\u5fc3\u4ec1\u672f\u704c\u8f93\uff0c\u83c1\u83c1\u5b66\u5b50\u8301\u58ee\u3002\u4ea4\u533b\u5e08\u751f\uff0c\u6559\u5b66\u76f8\u957f\u3002\u6000\u63e3\u521d\u5fc3\u5386\u7ec3\uff0c\u5929\u65f6\u5730\u5229\u5c3d\u4eab\u3002\u5c81\u9022\u58ec\u5bc5\uff0c\u65f6\u7ef4\u79cb\u723d\u3002\u533b\u5b66\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5488"};
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 () {
}
});
});
}