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=1061&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: 1743703089,
nonceStr: 'J9Uri2R0vZt7zpZk',
signature: '7efac5ffae75a2dfbdfd849ea289354f28545464',
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\u65bc\u59b9\uff1a\u4e0a\u5584\u82e5\u6c34\u4efb\u65b9\u5706","smalltext":" \u6211\u662f\u4e00\u540d\u62a4\u58eb\uff0c\u4e00\u540d\u5b88\u62a4\u751f\u547d\u5065\u5eb7\u7684\u6218\u58eb\uff0c\u6bcf\u5929\u5728\u4e00\u7ebf\u75c5\u623f\u540c\u75c5\u4eba\u4e0e\u75c5\u9b54\u4f5c\u6597\u4e89\u3002\u5728\u4e0d\u5230\u4e00\u5e74\u7684\u5de5\u4f5c\u65f6\u95f4\u91cc\uff0c\u6211\u7ecf\u5386\u8fc7\u751f\u547d\u7684\u5f3a\u5927\u4e5f\u89c1\u8bc6\u8fc7\u4eba\u7c7b\u7684\u8106\u5f31\u3002\u5173\u6000\u75c5\u4eba\uff0c\u5b88\u62a4\u751f\u547d\uff0c\u4e0d\u8bba\u5728\u54ea\u4e00\u523b\u90fd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1061"};
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 () {
}
});
});
}