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=2711&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: 1743764480,
nonceStr: 'VcoPaFcmwWfdAPKs',
signature: '009728fed608dc62743bdb223d0a662e8ec8adc7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u987a\u5fb7\u533b\u9662\u738b\u6cbb\u4f1f\uff1a\u9760\u524d\u6307\u6325\uff0c\u6295\u8eab\u75ab\u60c5\u963b\u51fb\u6218","smalltext":"\u533b\u9662\u5730\u5904\u73e0\u4e09\u89d2\u5730\u533a\u3001\u4f5b\u5c71\u4e2d\u5fc3\u57ce\u533a\u91cd\u8981\u677f\u5757\u2014\u2014\u987a\u5fb7\u4e50\u4ece\u3002\u8fd9\u91cc\u7ecf\u6d4e\u53d1\u8fbe\uff0c\u5df2\u5efa\u4e24\u5927\u56fd\u5bb6\u7ea7\u5bf9\u5916\u5408\u4f5c\u5e73\u53f0\u4e2d\u5fb7\u5de5\u4e1a\u670d\u52a1\u533a\u3001\u4e2d\u6b27\u57ce\u9547\u5316\u5408\u4f5c\u793a\u8303\u533a\uff0c\u662f\u5168\u7403\u6700\u5927\u7684\u5bb6\u5177\u9500\u552e\u4e2d\u5fc3\u3001\u4e2d\u56fd\u5bb6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2711"};
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 () {
}
});
});
}