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=1794&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: 1747168520,
nonceStr: 'PpuSNQlEy0Ko7A1H',
signature: 'a26d01d60ee73186a04a41bece864fc009639d1b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/2a66ab5c9a305df61ad881fd2d0801d0.jpg","title":"\u6f62\u5ddd\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u5243\u53d1\u53ea\u56e0\u6297\u75ab\uff0c\u8f7b\u88c5\u66f4\u597d\u6218\u6597","smalltext":"\u4e3a\u4e86\u65b9\u4fbf\u7a7f\u8131\u9632\u62a4\u670d\u3001\u51cf\u5c11\u75c5\u83cc\u6ecb\u751f\uff0c\u51cf\u5c11\u611f\u67d3\uff0c\u628a\u66f4\u591a\u7684\u65f6\u95f4\u7559\u7ed9\u60a3\u8005\uff0c\u6f62\u5ddd\u5b81\u548c\u533b\u9662\u9694\u79bb\u75c5\u533a7\u540d\u767d\u8863\u6218\u58eb\u96c6\u4f53\u5243\u5149\u5934\uff0c\u4ed6\u4eec\u76f8\u4e92\u5e2e\u5fd9\u5243\u6389\u4e86\u5934\u53d1\uff0c\u9876\u7740\u51e0\u9897\u201c\u5149\u5934\u201d\u4e0a\u9635\u5de5\u4f5c\uff0c\u53d8\u6210\u4e00\u652f\u201c\u806a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1794"};
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 () {
}
});
});
}