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=742&classid=3&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: 1743701544,
nonceStr: 'MQJE25cqGhjBISLV',
signature: '61e5e582e8583050c33bed137f70ee4931210d28',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/3e5eb6b624202c6b9452665d6eb0214f.jpg","title":"\u59d4\u5458\u5468\u6668\u71d5\uff1a\u6210\u90fd\u56e0\u60a8\u66f4\u7f8e\u4e3d","smalltext":"\u5468\u6668\u71d5\uff0c\u5973\uff0c1972\u5e7411\u51fa\u751f\uff0c\u65e0\u515a\u6d3e\u4eba\u58eb\uff0c\u526f\u4e3b\u4efb\u533b\u5e08\uff0c\u535a\u58eb\u5b66\u4f4d\uff0c\u4ece\u4e8b\u513f\u7ae5\u8840\u6db2\u80bf\u7624\u6027\u75be\u75c5\u4e13\u4e1a\u30021997\u5e74\u6bd5\u4e1a\u4e8e\u534e\u897f\u533b\u79d1\u5927\u5b66\u4e03\u5e74\u5236\u672c\u7855\u8fde\u8bfb\uff0c\u83b7\u7855\u58eb\u5b66\u4f4d\u5e76\u7559\u56db\u5ddd\u5927\u5b66\u534e\u897f\u7b2c\u4e8c\u533b\u9662\u5de5\u4f5c\uff0c\u4e00\u76f4\u4ece\u4e8b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=742"};
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 () {
}
});
});
}