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=3434&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: 1745135713,
nonceStr: 'lv3DIPGNNYAK5BqK',
signature: '529d0098e7d952d672de28d035bfa3bb74044d7c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u65b0\u6d25\u533a\u4eba\u6c11\u533b\u9662\uff1a\u9752\u5e74\u533b\u52a1\u5de5\u4f5c\u8005\u4ee5\u594b\u6597\u7684\u9752\u6625\u5411\u515a\u81f4\u656c","smalltext":"\u4e00\u4ee3\u9752\u5e74\u6709\u4e00\u4ee3\u9752\u5e74\u7684\u4f7f\u547d\u3002\u4e00\u4ee3\u9752\u5e74\u6709\u4e00\u4ee3\u9752\u5e74\u7684\u957f\u5f81\u3002\u5982\u679c\u8bf4\u9752\u6625\u662f\u4e00\u5757\u7531\u73b0\u5b9e\u548c\u68a6\u60f3\u7d27\u5bc6\u4ea4\u7ec7\u7684\u5e03\uff0c\u90a3\u8fd9\u5757\u5e03\u6700\u4eae\u4e3d\u7684\u5e95\u8272\uff0c\u4e00\u5b9a\u662f\u594b\u6597\u3002\u6709\u5e78\u751f\u6d3b\u5728\u8fd9\u4e2a\u65f6\u4ee3\uff0c\u4f5c\u4e3a\u516c\u56ed\u57ce\u5e02\u7684\u5f00\u62d3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3434"};
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 () {
}
});
});
}