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=338&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: 1743764437,
nonceStr: 'FByBVJFZIupC1gG7',
signature: '0d5698ebab684414d7d7df40111f11c5b0fb4870',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/a304f499b1b2c37724bb2d27e95acc2a.png","title":" \u5357\u4eac\u540c\u4ec1\u533b\u9662\uff1a\u5f69\u7ffc\u5929\u4f7f\u5fd7\u613f\u8005\u53c8\u653e\u201c\u5927\u62db\u201d","smalltext":"\u4f5c\u4e3a\u4e00\u5bb6\u59cb\u7ec8\u575a\u6301\u201c\u516c\u76ca\u7acb\u9662\u201d\u7684\u4e09\u7ea7\u7efc\u5408\u533b\u9662\uff0c\u5357\u4eac\u540c\u4ec1\u533b\u9662\u5728\u5021\u5bfc\u5065\u5eb7\u751f\u6d3b\u65b9\u5f0f\u3001\u4f20\u64ad\u533b\u5b66\u79d1\u666e\u77e5\u8bc6\u65b9\u9762\u4ece\u6765\u90fd\u662f\u5145\u6ee1\u70ed\u60c5\u548c\u521b\u610f\u7684\u3002\u773c\u79d1\u662f\u5357\u4eac\u540c\u4ec1\u533b\u9662\u7684\u4f18\u52bf\u5b66\u79d1\uff08\u5357\u4eac\u5e02\u533b\u5b66\u91cd\u70b9\u4e13\u79d1\uff09\uff0c\u63a5\u5230\u6587\u4ef6\u540e\uff0c\u533b\u9662\u7acb\u5373\u56f4\u7ed5\u7231\u773c\u3001\u62a4\u773c\u79ef\u6781\u5065\u5eb7\u7684\u4e3b\u9898\u5c55\u5f00\u7b56\u5212\uff0c\u773c\u79d1\u4e13\u5bb6\u3001\u8fd1\u89c6\u9632\u63a7\u4e13\u4e1a\u7ec4\u7684\u4e3b\u8981\u6210\u5458\u4ee5\u53ca\u5ba3\u4f20\u4eba\u5458\u8054\u5408\u6c99\u753b\u548c\u89c6\u9891\u5236\u4f5c\u65b9\u9762\u7684\u4e13\u4e1a\u4eba\u58eb\u4e00\u8d77\u7cbe\u8bda\u5408\u4f5c\uff0c\u9ad8\u6548\u6c9f\u901a\uff0c\u4ece\u786e\u5b9a\u4f5c\u54c1\u5f62\u5f0f\u3001\u62df\u5199\u6587\u6848\u3001\u51fa\u753b\u7a3f\u3001\u5f55\u5236\u89c6\u9891\u5230\u62a0\u7ec6\u8282\u3001\u96d5\u7422\u3001\u4fee\u6539\uff0c\u6700\u7ec8\u51fa\u54c1\u300a\u201cEYE\u201d\u7ae5\u300b1\u5206\u949f\u516c\u76ca\u5fae\u89c6\u9891\u3002\r\n\u501f\u52a9\u5f53\u4e0b\u6d41\u884c\u7684\u77ed\u89c6\u9891\u4f20\u64ad\u65b9\u5f0f\uff0c\u5021\u8bae\u5e76\u547c\u5401\u793e\u4f1a\u5404\u754c\u9ad8\u5ea6\u91cd\u89c6\u773c\u5065\u5eb7\uff0c\u79d1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=338"};
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 () {
}
});
});
}