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=2722&classid=10&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: 1743770326,
nonceStr: 'RKZzpuQCyLudd0Z5',
signature: '957974d9fde598f21b8915b4b527e5d02c520c33',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6d4e\u5357\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4ee5\u4eba\u4e3a\u672c\u6000\u5927\u7231 \u5173\u7231\u804c\u5de5\u663e\u4e39\u5fc3","smalltext":"\u8fd1\u51e0\u5e74\u6765\uff0c\u6d4e\u5357\u5e02\u4eba\u6c11\u533b\u9662\u575a\u6301\u4ee5\u4e60\u8fd1\u5e73\u65b0\u65f6\u4ee3\u4e2d\u56fd\u7279\u8272\u793e\u4f1a\u4e3b\u4e49\u601d\u60f3\u4e3a\u6307\u5bfc\uff0c\u6df1\u5165\u8df5\u884c\u4eba\u4e3a\u672c\u670d\u52a1\u7406\u5ff5\uff0c\u5728\u589e\u5f3a\u533b\u9662\u670d\u52a1\u80fd\u529b\uff0c\u63d0\u9ad8\u533b\u7597\u670d\u52a1\u6c34\u5e73\uff0c\u4fdd\u969c\u60a3\u8005\u5408\u6cd5\u6743\u76ca\uff0c\u65b9\u4fbf\u7fa4\u4f17\u770b\u75c5\u5c31\u533b\u7684\u540c\u65f6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2722"};
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 () {
}
});
});
}