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=242&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: 1744318030,
nonceStr: 'GyoeIy4Fy625PmQC',
signature: '8bf8ec5bb6553706a5b085142d8fd6691bbc134a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u513f\u7ae5\u533b\u9662\uff1a\u6784\u5efa\u513f\u7ae5\u53cb\u597d\u578b\u533b\u9662","smalltext":"\u4e0a\u6d77\u5e02\u513f\u7ae5\u533b\u9662\u662f\u4e00\u6240\u4e09\u7ea7\u7532\u7b49\u513f\u7ae5\u4e13\u79d1\u533b\u9662\uff0c\u81f3\u4eca\u5df2\u670982\u5e74\u5386\u53f2\uff0c\u524d\u8eab\u662f1937\u5e74\u6210\u7acb\u7684\u5168\u56fd\u9996\u5bb6\u201c\u4e0a\u6d77\u96be\u7ae5\u533b\u9662\u201d\uff0c\u8fd9\u4f7f\u5f97\u533b\u9662\u5728\u5efa\u7acb\u4e4b\u521d\u5c31\u5df2\u57cb\u4e0b\u4e86\u201c\u4eba\u6587\u3001\u516c\u76ca\u3001\u6148\u5584\u201d\u7684\u79cd\u5b50\u3002\u8fdb\u5165\u65b0\u4e16\u7eaa\u540e\uff0c\u539a\u79ef\u8584\u53d1\u7684\u4e0a\u6d77\u5e02\u513f\u7ae5\u533b\u9662\u8fce\u6765\u4e86\u65b0\u4e00\u6ce2\u7684\u53d1\u5c55\u9ad8\u5cf0\uff0c\u540d\u5934\u8d8a\u53d1\u54cd\u4eae\uff0c\u63a5\u8bca\u548c\u6cbb\u6108\u60a3\u513f\u7684\u6570\u91cf\u90fd\u7a33\u5c45\u4e0a\u6d77\u5e02\u7b2c\u4e00\u4f4d\u3002\u76ee\u524d\u4e0a\u6d77\u5e02\u513f\u7ae5\u533b\u9662\u62e5\u6709\u4e00\u6279\u91cd\u70b9\u5b66\u79d1\uff0c\u662f\u4e00\u6240\u96c6\u533b\u7597\u3001\u6559\u5b66\u3001\u79d1\u7814\u3001\u4fdd\u5065\u3001\u5eb7\u590d\u4e8e\u4e00\u4f53\u7684\u4e09\u7ea7\u7532\u7b49\u7efc\u5408\u6027\u513f\u7ae5\u533b\u9662\u30022012\u5e74\u4e0a\u6d77\u5e02\u513f\u7ae5\u533b\u9662\u63d0\u51fa\u4e86\u5efa\u8bbe\u201c\u667a\u6167\u533b\u9662\u3001\u4eba\u6587\u533b\u9662\u3001\u7cbe\u54c1\u533b\u9662\u201d\u613f\u666f\uff0c\u513f\u7ae5\u53cb\u597d\u670d\u52a1\u4f5c\u4e3a\u533b\u9662\u53d1\u5c55\u7684\u91cd\u8981\u5de5\u4f5c\uff0c\u53d6\u5f97\u521d\u6b65\u6210\u6548\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=242"};
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 () {
}
});
});
}