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=3233&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: 1747082634,
nonceStr: 'ROj5vD7s9Ywbcwpt',
signature: 'e8111a191f441970ee5f41f32d658dc460a2efe1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202005\/5adc11550ce6fc9e2f147f578bc8da48.jpg","title":"\u63ed\u9633\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u670d\u52a1\u662f\u6700\u597d\u53e3\u7891 \u611f\u52a8\u8ba9\u4f60\u6211\u76f8\u504e","smalltext":" \u5e73\u51e1\u800c\u4f1f\u5927\uff0c\u662f\u62a4\u58eb\u4eec\u7684\u6700\u4f73\u5199\u7167\u3002\u4ed6\uff08\u5979\uff09\u4eec\u627f\u53d7\u7740\u5feb\u8282\u594f\u3001\u9ad8\u5f3a\u5ea6\u5de5\u4f5c\u5e26\u6765\u7684\u538b\u529b\uff0c\u76f4\u9762\u60a3\u8005\u75c5\u75db\u5e26\u6765\u7684\u79cd\u79cd\u8d1f\u9762\u60c5\u7eea\uff0c\u4f46\u4f9d\u7136\u575a\u6301\u7740\u611f\u53d7\u7231\u3001\u4ed8\u51fa\u7231\u3001\u64ad\u6492\u7231\uff0c\u7528\u6e29\u67d4\u4e0e\u5fae\u7b11\u9762\u5bf9\u6bcf\u4e00\u4e2a\u75c5\u4eba\u3002\r\n\u3000\u3000 2020\u5e745\u670812\u65e5\uff0c\u662f\u7b2c109\u4e2a\u56fd\u9645\u62a4\u58eb\u8282\u3002\u4eca\u5e74\u6211\u56fd\u4e3b\u9898\u4e3a\u201c\u81f4\u656c\u62a4\u58eb\u961f\u4f0d\uff0c\u643a\u624b\u6218\u80dc\u75ab\u60c5\u201d\u3002\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u53d1\u751f\u4ee5\u6765\uff0c\u5e7f\u5927\u62a4\u58eb\u79ef\u6781\u54cd\u5e94\u515a\u4e2d\u592e\u53f7\u53ec\uff0c\u767d\u8863\u6267\u7532\uff0c\u9006\u884c\u51fa\u5f81\uff0c\u82f1\u52c7\u65e0\u754f\u5730\u6295\u5165\u75ab\u60c5\u9632\u63a7\u7b2c\u4e00\u7ebf\uff0c\u5728\u6253\u8d62\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9632\u63a7\u963b\u51fb\u6218\u4e2d\u4f5c\u51fa\u4e86\u91cd\u5927\u8d21\u732e\uff0c\u662f\u201c\u65b0\u65f6\u4ee3\u6700\u53ef\u7231\u7684\u4eba\u201d\u3002\r\n\u3000\u3000\u5728\u8fd9\u4e2a\u8282\u65e5\u5373\u5c06\u5230\u6765\u4e4b\u9645\uff0c\u5bf9\u8bdd\u63ed\u9633\u5e02\u4eba\u6c11\u533b\u9662","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3233"};
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 () {
}
});
});
}