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=4917&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: 1744103353,
nonceStr: 'cKuD6yip14WRIMZ1',
signature: '869f7f8d4bfc27f699291d9dcaaa85e41a19ebad',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90d1\u5dde\u4eba\u6c11\u533b\u9662-37\u2103\u62a4\u7406\u670d\u52a1","smalltext":"\u5728\u533b\u7597\u6c34\u5e73\u8fc5\u901f\u63d0\u5347\u548c\u56fd\u5bb6\u63a8\u52a8\u4f18\u8d28\u533b\u7597\u670d\u52a1\u4e0b\u6c89\u548c\u5747\u8861\u53d1\u5c55\u7684\u4eca\u5929\uff0c\u540c\u5730\u533a\u3001\u540c\u7ea7\u522b\u7684\u516c\u7acb\u533b\u9662\u5927\u591a\u80fd\u4e3a\u60a3\u8005\u63d0\u4f9b\u76f8\u5f53\u6c34\u5e73\u7684\u533b\u7597\uff0c\u4f46\u5c31\u533b\u8fc7\u7a0b\u4e2d\u56e0\u5c31\u8bca\u73af\u5883\u3001\u670d\u52a1\u6001\u5ea6\u7b49\u4ea7\u751f\u7684\u670d\u52a1\u4f53","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4917"};
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 () {
}
});
});
}