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=3031&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: 1749398018,
nonceStr: 'PvOSwz0oE8MzSw0S',
signature: '6dcb8524abac88b9c2436b1704bfea71958b1e6b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u8def\u7ae5\u884c\uff0c\u5357\u4eac\u540c\u4ec1\u533b\u9662\u4e3e\u529e\u516c\u76ca\u533b\u9662\u590f\u4ee4\u8425","smalltext":"2019\u5e74\u7684\u590f\u5929\uff0c\u5357\u4eac\u540c\u4ec1\u533b\u9662\u4e3e\u529e\u4e86\u514d\u8d39\u516c\u76ca\u590f\u4ee4\u8425\u6d3b\u52a8\uff0c\u6d3b\u52a8\u4e00\u7ecf\u53d1\u51fa\uff0c\u53d7\u5230\u5bb6\u957f\u7684\u70ed\u70c8\u6b22\u8fce\uff0c\u6700\u7ec8\u5171\u670930\u4f4d\u5c0f\u670b\u53cb\u6210\u4e3a\u5357\u4eac\u9996\u5bb6\u514d\u8d39\u516c\u76ca\u533b\u9662\u590f\u4ee4\u8425\u7684\u9996\u6279\u4f53\u9a8c\u8005\u30022019\u5e747\u670819\u65e5\uff0c30\u4f4d\u7a7f\u4e0a\u8c61\u5f81\u7740\u7231\u548c\u5065\u5eb7\u7684\u7eff\u8272\u5fd7\u613f\u8005\u9a6c\u7532\u7684\u5c0f\u670b\u53cb\u4eec\uff0c\u5728\u5357\u4eac\u540c\u4ec1\u533b\u9662\u9886\u53d6\u4e86\u201c\u5065\u5eb7\u5c0f\u536b\u58eb\u201d\u7684\u9881\u5956\u8bc1\u4e66\uff0c\u8fd9\u4e5f\u6807\u5fd7\u7740\u5386\u65f62\u5468\u7684\uff0c\u7531\u5357\u4eac\u540c\u4ec1\u533b\u9662\u4e3b\u529e\u3001\u5357\u4eac\u6653\u5e84\u5b66\u9662\u5e7c\u513f\u5e08\u8303\u5b66\u9662\u4e0e\u4e2d\u56fd\u836f\u79d1\u5927\u5b66\u5fd7\u613f\u8005\u5171\u540c\u53c2\u4e0e\u8bbe\u8ba1\uff0c\u4ee5\u201c\u533b\u5b66\u804c\u4e1a\u4f53\u9a8c\u201d\u4e3a\u4e3b\u9898\u7684\u201c\u533b\u8def\u7ae5\u884c\u201d\u5065\u5eb7\u4e0e\u6587\u5316\u5047\u65e5\u793e\u4f1a\u5b9e\u8df5\u5fd7\u613f\u670d\u52a1\u9879\u76ee\u5706\u6ee1\u7ed3\u675f\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3031"};
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 () {
}
});
});
}