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=4927&classid=11&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: 1743764378,
nonceStr: 'DPVmtLmND8IeezW7',
signature: '04c38faac6779f1fb1cb427a14ce6c3b67464802',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662-\u8bc4\u9009\u201c\u6700\u7f8e\u60a3\u8005\u201d\uff0c\u6253\u9020\u7cbe\u795e\u6587\u5316\u54c1\u724c","smalltext":" \u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\u662f\u4e00\u6240\u6709\u7740132\u5e74\u5386\u53f2\u7684\u767e\u5e74\u8001\u9662\uff0c\u524d\u8eab\u662f\u7f8e\u56fd\u57fa\u7763\u6559\u521b\u529e\u7684\u6559\u4f1a\u533b\u9662\u3002132\u5e74\u6765\uff0c\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\u4e0d\u4ec5\u5f00\u8f9f\u4e86\u4e00\u65b9\u533b\u5b66\u4e8b\u4e1a\uff0c\u4e5f\u79ef\u6dc0\u4e86\u6df1\u539a\u7684\u5386\u53f2\u6587\u5316\uff0c\u5b55\u80b2\u4e86\u201c\u6c7e\u533b\u7cbe\u795e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4927"};
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 () {
}
});
});
}