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=1057&classid=4&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: 1743703017,
nonceStr: 'mKnhwLG7QWXXBZcA',
signature: 'b9b331c7cd5f53ee32193005d4f02ee658985196',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u534e\u4e2d\u79d1\u6280\u5927\u5b66\u533b\u5b66\u9662\u9644\u5c5e\u534f\u548c\u533b\u9662\u9648\u6668\u8d75\u7c92\u541f \uff1a\u5173\u6000\u5728\u5de6\uff0c\u6e29\u6696\u5728\u53f3","smalltext":"\u5357\u4e01\u683c\u5c14\u66fe\u8bf4:\u62a4\u58eb\u662f\u6ca1\u6709\u7fc5\u8180\u7684\u5929\u4f7f\uff0c\u662f\u771f\u5584\u7f8e\u7684\u5316\u8eab\u3002\u4e00\u9876\u71d5\u5e3d\u3001\u4e00\u88ad\u767d\u8863\uff0c\u8fd9\u7b80\u5355\u6734\u7d20\u7684\u88c5\u626e\u4e0b\uff0c\u5305\u88f9\u7740\u7684\u662f\u5bf9\u751f\u547d\u7684\u656c\u754f\u4e4b\u5fc3\u548c\u65e0\u79c1\u5949\u732e\u4e4b\u60c5\u3002\u800c\u5173\u6000\u5219\u662f\u62c9\u8fd1\u62a4\u58eb\u4e0e\u60a3\u8005\u5173\u7cfb\u7684\u7ebd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1057"};
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 () {
}
});
});
}