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=1828&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: 1747169660,
nonceStr: 'tExpZPP428T9aFqs',
signature: 'e875930a4d73be057257c34bb0225c18b144adfa',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/2e40d09c07788e871344a57fd3d82532.jpg","title":"\u5b9a\u6c5f\u9547\u4e2d\u5fc3\u536b\u751f\u9662\uff1a\u6842\u6797\u897f\u7ad9\u6297\u75ab\u65e5\u8bb0\u7eed\u96c6\u56db\uff08\u4e00\u4e2a\u7279\u522b\u7684\u5143\u5bb5\u8282\uff09","smalltext":"2020\u5e742\u67088\u65e5 \u661f\u671f\u4e00 \u9634\u8f6c\u6674\u4e00\u4e2a\u7279\u522b\u7684\u5143\u5bb5\u8282\u4eca\u5e74\u5143\u5bb5\u8282\uff0c\u4e0d\u540c\u4ee5\u5f80\u75ab\u60c5\u7b3c\u7f69\u4e0b\uff0c\u5b89\u9759\u51dd\u91cd\u533b\u52a1\u4eba\u5458\uff0c\u4ea4\u901a\u3001\u8b66\u52a1\u4eba\u5458\u7b49\u575a\u5b88\u9632\u63a7\u4e00\u7ebf\u9ed8\u9ed8\u5b88\u62a4\u8eab\u540e\u7684\u4e07\u5bb6\u706f\u706b 2\u67088\u65e5\u4e0a\u5348\uff0c\u6842\u6797\u897f\u7ad9\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1828"};
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 () {
}
});
});
}