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=1085&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: 1743703020,
nonceStr: 'W7QJZxSBGMqICNUw',
signature: '6082be56df9d9acbb410278ad0844f9692f4545a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u957f\u6c99\u5e02\u671b\u57ce\u533a\u4eba\u6c11\u533b\u9662\u674e\u838e\uff1a\u5fc3\u6000\u4eba\u6587 \u611f\u6069\u540c\u884c","smalltext":"\u201c\u60f3\u60a3\u8005\u6240\u60f3\uff0c\u611f\u60a3\u8005\u6240\u611f\u201d\u662f\u5e73\u5e38\u5fc3\uff0c\u66f4\u591a\u7684\u662f\u6ce8\u5165\u6df1\u523b\u7684\u4eba\u6587\u5173\u6000\u4e4b\u5fc3\uff0c\u8ba9\u62a4\u7406\u7684\u9b45\u529b\u878d\u5165\u7fa4\u4f17\u548c\u60a3\u8005\u7684\u5fc3\u4e2d\u3002\u4eba\u6587\u5173\u6000\uff0c\u73b0\u5df2\u6210\u4e3a\u4eba\u4eec\u4f7f\u7528\u9891\u7387\u6700\u9ad8\u7684\u8bcd\u6c47\u4e4b\u4e00\uff0c\u6210\u4e3a\u5404\u884c\u5404\u4e1a\u9886\u5148\u7684\u7ba1\u7406","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1085"};
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 () {
}
});
});
}