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=3279&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: 1745151347,
nonceStr: 'S6GkZlROfo0BHhxI',
signature: '96c55b457e7c0ac48ac020ae73801e2879c1ebe1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u6c5f\u6c49\u6cb9\u7530\u603b\u533b\u9662\uff1a\u4e00\u65b9\u724c\u533e\u4e00\u4efd\u5fc3 \u611f\u6069\u6e29\u99a8\u5b88\u62a4\u60c5","smalltext":"\u62a4\u58eb\u8282\u524d\u5915\uff0c\u60a3\u8005\u5bb6\u5c5e\u90b5\u5148\u751f\u7279\u5730\u7ed9\u6cb9\u7530\u603b\u533b\u9662\u6d88\u5316\u5185\u79d1\u9001\u6765\u4e00\u5757\u724c\u533e\uff0c\u201c\u533b\u62a4\u5929\u4f7f\uff0c\u62ef\u6551\u751f\u7075\u201d8\u4e2a\u9052\u52b2\u6709\u529b\u7684\u5927\u5b57\u6620\u886c\u7740\u60a3\u8005\u5bb6\u5c5e\u5bf9\u533b\u62a4\u56e2\u961f\u7684\u6df1\u60c5\u539a\u610f\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3279"};
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 () {
}
});
});
}