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=1367&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: 1747205635,
nonceStr: 'tclVcjioifuL7AdM',
signature: 'ad13dea69ff1f23d8a181c3a12dc9d92167e115e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/ae5c980b9fda36a073ef49c2f7ae1dfe.jpg","title":"\u798f\u5229\uff1a2019\u7b2c\u4e8c\u5c4a\u201c\u4e00\u5e26\u4e00\u8def\u201d\u4e2d\u56fd-\u4e1c\u76df\u5987\u4ea7\u79d1\u8bba\u575b\u66a8\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u5206\u8bba\u575b\u4f1a\u8bae","smalltext":"\u534f\u4f1a\u59d4\u5458\u514d\u4f1a\u52a1\u8d39\u798f\u5229\uff01\u4e3a\u54cd\u5e94\u56fd\u5bb6\u201c\u4e00\u5e26\u4e00\u8def\u201d\u6218\u7565\u53f7\u53ec\uff0c\u52a0\u5f3a\u533a\u57df\u53d1\u5c55\uff0c\u4fc3\u8fdb\u56fd\u9645\u4ea4\u6d41\uff0c\u52a0\u5f3a\u6211\u56fd\u53ca\u4e1c\u76df\u5404\u56fd\u5987\u4ea7\u79d1\u533b\u5e08\u961f\u4f0d\u5efa\u8bbe\uff0c\u89c4\u8303\u4e34\u5e8a\u5b9e\u8df5\uff0c\u63a8\u5e7f\u65b0\u7406\u5ff5\u3001\u65b0\u6280\u672f\uff0c\u7531\u5e7f\u897f\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1367"};
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 () {
}
});
});
}