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=3791&classid=5&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: 1745108650,
nonceStr: 'VGjfQmhhxUIXhlrQ',
signature: '360be5dcf43753f2979ce82fbdb5b3ee45a0d1a3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\uff1a\u9662\u957f\u738b\u70b3\u5f3a\u8363\u83b72020\u5e74\u5ea6\u201c\u6297\u75ab\u7231\u5fc3\u52c7\u8005\u201d\u79f0\u53f7","smalltext":" 11\u67086\u65e5\u81f38\u65e5\uff0c\u5728\u5e7f\u897f\u58ee\u65cf\u81ea\u6cbb\u533a\u67f3\u5dde\u5e02\u53ec\u5f00\u4e862020\u5e74\u5ea6\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u54c1\u724c\u5cf0\u4f1a\u3002\u7ecf\u8fc7\u516c\u5f00\u63a8\u9009\u53ca\u516c\u793a\uff0c\u6566\u5316\u5e02\u4e2d\u533b\u9662\u9662\u957f\u738b\u70b3\u5f3a\u88ab\u8bc4\u4e3a2020\u5e74\u5ea6\u201c\u6297\u75ab\u7231\u5fc3\u52c7\u8005\u201d.\r\n \u738b\u70b3\u5f3a\u9662\u957f\u6b64\u6b21\u80fd\u591f\u5728\u4f17\u591a\u53c2\u9009\u4eba\u5458\u4e2d\u88ab\u9009\u4e2d\uff0c\u6e90\u4e8e\u4ed6\u5728\u75ab\u60c5\u9632\u63a7\u4e2d\u5e26\u9886\u4e2d\u533b\u9662\u4eba\u62c5\u5f53\u5c3d\u8d23\uff0c\u7231\u5fc3\u7ec6\u5fc3\uff0c\u5173\u5fc3\u804c\u5de5\u3001\u5bb6\u5c5e\u548c\u793e\u4f1a\u7231\u5fc3\u4eba\u58eb\u4eb2\u4eba\u7684\u5fc3\u60c5\uff0c\u4ed6\u7528\u81ea\u5df1\u7684\u5b9e\u9645\u884c\u52a8\uff0c\u539a\u690d\u4eba\u6587\u5173\u6000\u571f\u58e4\uff0c\u6253\u9020\u4ee5\u8ba9\u60a3\u8005\u6ee1\u610f\u4e3a\u6838\u5fc3\u7684\u7231\u5fc3\u6587\u5316\uff0c\u63d0\u9ad8\u670d\u52a1\u8d28\u91cf\uff0c\u52aa\u529b\u6784\u5efa\u548c\u8c10\u533b\u60a3\u5173\u7cfb\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3791"};
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 () {
}
});
});
}