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=3014&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: 1745165383,
nonceStr: 'ZC7bd9unakyh6nsm',
signature: 'db1a39696154e90f07d9e62cca6ddb1f4529e167',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"33\u5e74\u4f20\u627f\u4e0e\u575a\u5b88 \u91cd\u632f\u9488\u7078\u91d1\u5b57\u62db\u724c","smalltext":"2019\u5e74\u6b63\u503c\u65b0\u4e2d\u56fd\u6210\u7acb\u4e03\u5341\u5468\u5e74\uff0c\u5065\u5eb7\u62a5\u53d1\u8d77\u5f81\u96c6\uff0c\u5173\u4e8e\u201c70\u5e74\u674f\u6797\u8bb0\u5fc6\u201d\u2014\u2014\u4e2d\u533b\u836f\u5386\u7ecf\u574e\u5777\uff0c\u800c\u4eca\u5728\u56fd\u5bb6\u4e00\u8f6e\u8f6e\u89c4\u5212\u3001\u9879\u76ee\u652f\u6301\u4e0b\uff0c\u4e2d\u533b\u836f\u79d1\u6280\u521b\u65b0\u6210\u679c\u6d8c\u73b0\uff0c\u4e2d\u533b\u836f\u201c\u8d70\u51fa\u53bb\u201d\u6b65\u4f10\u7a33\u5065\u3002\u800c\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\u9488\u7078\u79d1\u5386\u7ecf33\u5e74\u53d1\u5c55\uff0c\u6b63\u662f\u4e2d\u533b\u9488\u7078\u7597\u6cd5\u9887\u5177\u7279\u8272\u53d1\u5c55\u8def\u5f84\u7684\u89c1\u8bc1\uff0c\u5b83\u5148\u662f\u5728\u56fd\u95e8\u5916\u5907\u53d7\u8ba4\u53ef\uff0c\u5e76\u5728\u4e00\u4ee3\u4ee3\u9488\u7078\u4eba\u7684\u52aa\u529b\u4e0b\uff0c\u6536\u83b7\u4e86\u56fd\u4eba\u7684\u4fe1\u8d56\u548c\u8ba4\u53ef\u3002\u6587\u7ae0\u4ece\u8be5\u79d1\u7684\u521b\u5efa\u4eba\u8001\u9526\u96c4\u4e0e\u5176\u5f1f\u5b50\u674e\u5b50\u52c7\u7684\u7ecf\u5386\uff0c\u4ed6\u4eec\u548c\u75c5\u60a3\u9010\u6e10\u5efa\u7acb\u8d77\u6765\u7684\u4ee3\u9645\u5173\u7cfb\uff0c\u4ee5\u53ca\u9488\u6cd5\u3001\u7078\u6cd5\u4e4b\u95f4\u7684\u5e94\u7528\u4e0e\u5e7f\u4e1c\u7279\u8272\u7597\u6cd5\u7684\u53d8\u8fc1\uff0c\u4fa7\u9762\u8bb0\u5f55\u4e86\u9488\u7078\u8fd9\u4e00\u4f20\u7edf\u7597\u6cd5\u5728\u6c11\u95f4\u7684\u4f20\u627f\u4e0e\u53d1\u5c55\u53f2\u3002\u5176\u4e2d\uff0c\u8be5\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3014"};
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 () {
}
});
});
}