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=2901&classid=11&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: 1743764941,
nonceStr: 'nwG8pXjhvINJF3vU',
signature: 'e73732301f2cc2abff6e4705760dcde667d260c2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u4eac\u6e05\u534e\u957f\u5e9a\u533b\u9662\u5fd7\u613f\u670d\u52a1\uff1a\u521b\u65b0\u533b\u52a1\u5fd7\u613f\u670d\u52a1 \u6784\u5efa\u533b\u5b66\u4eba\u6587\u5173\u6000","smalltext":"\u5317\u4eac\u6e05\u534e\u957f\u5e9a\u533b\u9662\u5fd7\u613f\u670d\u52a1\u5de5\u4f5c\u961f\u6210\u7acb\u4e8e2014\u5e7411\u670828\u65e5\uff0c\u4e0e\u533b\u9662\u540c\u6b65\u6210\u7acb\u8fd0\u8425\uff0c\u670d\u52a1\u5bf9\u8c61\u4e3a\u95e8\u3001\u6025\u8bca\u3001\u4f4f\u9662\u60a3\u8005\u53ca\u5bb6\u5c5e\uff0c\u4e3b\u8981\u63d0\u4f9b\u95e8\u6025\u8bca\u5bfc\u533b\u3001\u8f6e\u6905\u501f\u7528\u3001\u56fe\u4e66\u501f\u9605\u3001\u5065\u5eb7\u79d1\u666e\u63a8\u5e7f\u53ca\u7ed3\u5408","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2901"};
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 () {
}
});
});
}