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=3780&classid=5&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: 1745108773,
nonceStr: '6uBTK4zjIt3NeD4G',
signature: '8195736ea5d44678f9d0780b5adf712814e55899',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\uff1a\u533b\u751f\u5728\u201c\u65b0\u58f0\u4f8b\u661f-\u5f8b\u5eb7\u75c5\u4f8b\u8d5b\u201d\u5168\u56fd\u603b\u51b3\u8d5b\u4e2d\u83b7\u5956","smalltext":"10\u670830\u65e5\u4e0b\u5348,\u201c\u65b0\u58f0\u4f8b\u661f-\u5f8b\u5eb7\u75c5\u4f8b\u8d5b\u201d\u5168\u56fd\u603b\u51b3\u8d5b\u6d3b\u52a8\u5728\u56db\u5ddd\u7701\u5e7f\u64ad\u7535\u89c6\u53f0\u6f14\u64ad\u5385\u5b8c\u7f8e\u6536\u5b98\uff0c\u6211\u4e2d\u5fc3\u5468\u601d\u96c5\u533b\u751f\u5728\u603b\u51b3\u8d5b\u4e2d\u8363\u83b7\u5168\u56fd\u7b2c\u56db\u540d\uff0c\u83b7\u5f97\u7ebf\u4e0a\u548c\u7ebf\u4e0b\u670b\u53cb\u4eec\u7684\u4e00\u81f4\u79f0\u8d5e\u3002\u201c\u65b0\u58f0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3780"};
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 () {
}
});
});
}