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=1414&classid=12&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: 1743764818,
nonceStr: 'N9imxWNZx0TPYVmq',
signature: '1902b3523431389d756ec7a46357a05c0eb1889b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u4ea4\u5927\u4e00\u9644\u9662\u674e\u968f\u52e4\uff1a\u4ece\u533b\u516d\u5341\u8f7d\u521d\u5fc3\u4e0d\u6539 \u594b\u6218\u4e34\u5e8a\u4e00\u7ebf\u97a0\u8eac\u5c3d\u7601","smalltext":"\u201c\u5feb\u6b65\u7684\u884c\u8d70\u3001\u624b\u672f\u7684\u4e50\u8da3\u3001\u67e5\u623f\u7684\u4e25\u8c28\u3001\u5e7f\u6cdb\u7684\u9605\u8bfb......\u201d\u8fd9\u662f\u674e\u968f\u52e4\u7559\u7ed9\u79d1\u5ba4\u540c\u4e8b\u5178\u578b\u7684\u5370\u8c61\u3002\u5728\u4ed6\u7684\u8a00\u4f20\u8eab\u6559\u4e0b\uff0c\u5b66\u79d1\u6574\u4f53\u4ece\u5916\u79d1\u7684\u57fa\u672c\u529f\u6293\u8d77\u4ece\u800c\u6709\u4e86\u575a\u5b9e\u7684\u64cd\u4f5c\u6cbb\u7597\u80fd\u529b\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=1414"};
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 () {
}
});
});
}