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=6808&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: 1743770484,
nonceStr: 'MTGPWbf3j6OLBMA2',
signature: 'b96ac096ee76525774795ec0bee44a7995265e4c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662 \uff1a\u4e00\u4f4d\u8f7b\u751f\u5c11\u5973\u7684\u4eba\u6587\u62a4\u7406\u5947\u8ff9","smalltext":"\u5728\u4e00\u4e2a\u98ce\u96e8\u5982\u6666\u7684\u591c\u665a\uff0c14\u5c81\u7684\u5c11\u5973\u707f\u707f\uff0c\u8fd9\u4e2a\u547d\u8fd0\u591a\u821b\u7684\u5b69\u5b50\uff0c\u5728\u7ecf\u5386\u4e86\u7236\u6bcd\u79bb\u5f02\u7684\u75db\u82e6\u540e\uff0c\u53c8\u88ab\u6bcd\u4eb2\u79bb\u4e16\u7684\u5669\u8017\u5f7b\u5e95\u51fb\u57ae\u3002\u65e0\u5c3d\u7684\u9ed1\u6697\u548c\u7edd\u671b\u5982\u6f6e\u6c34\u822c\u5c06\u5979\u6df9\u6ca1\uff0c\u5728\u90a3\u4e2a\u98ce\u96e8\u4ea4\u52a0\u7684\u65f6\u523b\uff0c\u5979\u4ece","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6808"};
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 () {
}
});
});
}