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=413&classid=10&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: 1744317972,
nonceStr: 'pnKKtmdp6C0jRK2b',
signature: 'a94e91722914ea1fce70e70e8cc303a4c80fe019',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u591a\u7ef4\u5ea6\u6587\u5316\u5efa\u8bbe \u6784\u7b51\u533b\u9662\u54c1\u724c\u5f62\u8c61","smalltext":"\u54c1\u724c\u7684\u6210\u529f\uff0c\u53d6\u51b3\u4e8e\u6587\u5316\u7684\u5efa\u8bbe\u3002\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662\u5728\u5173\u6ce8\u6280\u672f\u4f18\u52bf\u7684\u540c\u65f6\uff0c\u4e0d\u65ad\u63d0\u5347\u670d\u52a1\u7406\u5ff5\uff0c\u4ece\u5386\u53f2\u6587\u5316\u3001\u4ef7\u503c\u6587\u5316\u3001\u56e2\u961f\u6587\u5316\u3001\u4eba\u672c\u6587\u5316\u3001\u699c\u6837\u6587\u5316\u7b49\u4e94\u65b9\u9762\uff0c\u591a\u7ef4\u5ea6\u6253\u9020\u533b\u9662\u6587\u5316\uff0c\u4ee5\u4eba\u6027\u5316\u670d\u52a1\u63d0\u5347\u7ecf\u6d4e\u6548\u76ca\uff0c\u7740\u529b\u57f9\u80b2\u76f8\u9002\u5e94\u7684\u6587\u5316\u6c1b\u56f4\uff0c\u771f\u6b63\u505a\u5230\u4ee5\u75c5\u4eba\u4e3a\u4e2d\u5fc3\uff0c\u627e\u51c6\u81ea\u5df1\u7684\u751f\u957f\u70b9\uff0c\u521b\u51fa\u81ea\u5df1\u7684\u7279\u8272\uff0c\u8ba9\u6587\u5316\u6210\u4e3a\u4fdd\u6301\u7ade\u4e89\u529b\u7684\u6709\u529b\u4fdd\u969c\u3002\r\n\r\n\u200b\r\n","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=413"};
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 () {
}
});
});
}