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=384&classid=3&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: 1743702951,
nonceStr: 'j2ScKAi4RjKGmY5F',
signature: '210ddb3d4d0d631a8b3d90eddd91d4d57bfcc4c9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u59d4\u5458\u738b\u5f66\u6885\uff1a\u505a\u533b\u9662\u6587\u5316\u7684\u4f20\u64ad\u8005","smalltext":"\u4ee5\u5927\u529b\u57f9\u80b2\u533b\u9662\u7cbe\u795e\uff0c\u8425\u9020\u7279\u8272\u9c9c\u660e\uff0c\u5185\u6db5\u4e30\u5bcc\u7684\u533b\u9662\u6587\u5316\u6c1b\u56f4\u4e3a\u91cd\u70b9\uff0c\u4e0d\u65ad\u63a8\u8fdb\u533b\u9662\u6587\u5316\u521b\u65b0\uff0c\u4e3a\u533b\u9662\u670d\u52a1\u63d0\u5347\u63d0\u4f9b\u7cbe\u795e\u52a8\u529b\u548c\u6587\u5316\u652f\u6491\uff0c\u5f00\u62d3\u521b\u65b0\uff0c\u52aa\u529b\u505a\u597d\u672c\u804c\u5de5\u4f5c\u3002\u81ea\u4ece\u4e8b\u4f01\u4e1a\u6587\u5316\u79d1\u5de5\u4f5c\u4ee5\u6765\uff0c\u7edf\u4e00\u804c\u5de5\u601d\u60f3\uff0c\u6811\u7acb\u533b\u9662\u826f\u597d\u5f62\u8c61\u3002\u8fdb\u884c\u533b\u9662\u6587\u5316\u5efa\u8bbe\u3001\u5ba3\u4f20\u5de5\u4f5c\u8c03\u7814\uff0c\u5f81\u96c6\u533b\u62a4\u4eba\u5458\u610f\u89c1\u548c\u5efa\u8bae\u3002\u5236\u5b9a\u533b\u9662\u6587\u5316\u63a8\u8fdb\u8ba1\u5212\uff0c\u79ef\u6781\u505a\u597d\u533b\u9662\u5404\u7c7b\u5148\u8fdb\u7684\u5ba3\u4f20\u62a5\u9053\u3002\u5f00\u5c55\u5458\u5de5\u4ef7\u503c\u53d6\u5411\u6559\u80b2\uff0c\u8fde\u7eed\u4e09\u5e74\u4e3e\u529e\u9662\u7ea7\u3001\u7701\u7ea7\u201c\u6784\u5efa\u4fe1\u4efb\u6587\u5316\u201d\u57f9\u8bad\u73ed\uff0c\u7ed3\u5408\u533b\u9662\u5b9e\u9645\uff0c\u987a\u5e94\u533b\u9662\u53d1\u5c55\uff0c\u505a\u597d\u533b\u9662\u6587\u5316\u7684\u4f20\u64ad\u3002\u73b0\u4e3a\u7518\u8083\u7701\u533b\u5e08\u534f\u4f1a\u4eba\u6587\u533b\u5b66\u533b\u5e08\u59d4\u5458\u4f1a\u59d4\u5458\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=384"};
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 () {
}
});
});
}