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=2647&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: 1744855987,
nonceStr: 'MvRuepkvcaZSUiNT',
signature: '32b149235942e1aa55d731d591f6df2bcfdd050a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9752\u5c9b\u5927\u5b66\u9644\u5c5e\u533b\u9662:\u201c\u7231\u77e5\u99a8\u201d\u62a4\u7406\u54c1\u724c\u5efa\u8bbe","smalltext":"2016\u5e74\u662f\u5b9e\u73b0\u6df1\u5316\u533b\u6539\u9636\u6bb5\u6027\u76ee\u6807\u7684\u653b\u575a\u4e4b\u5e74\uff0c\u540c\u5e7411\u6708\u56fd\u5bb6\u536b\u8ba1\u59d4\u5370\u53d1\u300a\u5168\u56fd\u62a4\u7406\u4e8b\u4e1a\u53d1\u5c55\u89c4\u5212\uff082016\u20142020\u5e74\uff09\u56fd\u536b\u533b\u53d1\u30142016\u301564\u53f7\u300b\uff0c\u660e\u786e\u6307\u51fa\u52302020\uff0c\u6211\u56fd\u62a4\u7406\u4e8b\u4e1a\u53d1\u5c55\u8981\u8fbe\u5230\u201c\u62a4\u7406","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2647"};
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 () {
}
});
});
}