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=2583&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: 1744046970,
nonceStr: '832xyxui4jTV2Csh',
signature: 'd2d74a63db327b6e0c5dbd89b0a76f0bcd67c43d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5929\u6d25\u5e02\u513f\u7ae5\u533b\u9662\uff1a\u8bfb\u4e66\u00b7\u5fc3\u8def & \u78b0\u649e\u00b7\u6210\u957f","smalltext":"\u201c\u4ee3\u6c9f\u201d\u7cfb\u7f8e\u56fd\u4eba\u7c7b\u5b66\u5bb6M.\u7c73\u5fb7\u5728\u6240\u8457\u300a\u4ee3\u6c9f\u300b\u4e2d\u63d0\u51fa\u7684\u89c2\u70b9\uff0c\u88ab\u8ba4\u4e3a\u662f\u6307\u4e24\u4ee3\u4eba\u4e4b\u95f4\u5728\u601d\u60f3\u3001\u4ef7\u503c\u89c2\u5ff5\u3001\u884c\u4e3a\u65b9\u5f0f\u3001\u751f\u6d3b\u6001\u5ea6\u4ee5\u53ca\u5174\u8da3\u3001\u7231\u597d\u7b49\u65b9\u9762\u7684\u5dee\u5f02\u3001\u5bf9\u7acb\u548c\u51b2\u7a81\u3002\u5728\u533b\u9662\uff0c\u6bcf\u5e74","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2583"};
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 () {
}
});
});
}