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=879&classid=4&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: 1743703006,
nonceStr: 'MIriOG5fLdyNju7M',
signature: '177ec8986e730b6a97bfe609ad8035e3673c0f4e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/154416c118f15f01aa0d5de7318eee0b.jpg","title":"\u6d59\u6c5f\u5927\u5b66\u533b\u5b66\u9662\u9644\u5c5e\u7b2c\u56db\u533b\u9662\u738b\u82b3\uff1a\u4e00\u8def\u9010\u68a6\u4e00\u8def\u611f\u53d7\u5e78\u798f","smalltext":"\u5b66\u5982\u5f13\u5f29\u65b9\u80fd\u624d\u5982\u7bad\u955e\uff0c\u5b66\u95ee\u7684\u6839\u57fa\u5982\u5f13\uff0c\u4eba\u7684\u624d\u80fd\u5982\u7bad\uff0c\u53ea\u6709\u771f\u77e5\u707c\u89c1\uff0c\u624d\u80fd\u547d\u4e2d\u76ee\u6807\u3002\u4ece\u521a\u53c2\u52a0\u5de5\u4f5c\u65f6\u7684\u5c0f\u5fc3\u7ffc\u7ffc\uff0c\u60f6\u6050\u4e0d\u5b89\uff0c\u5230\u5982\u4eca\u57fa\u672c\u80fd\u8fd0\u7528\u81ea\u5982\uff0c\u8fd9\u662f\u4e00\u4e2a\u6253\u78e8\u7684\u8fc7\u7a0b\uff0c\u66f4\u662f\u4e0d\u65ad\u5b66\u4e60\u3001\u5b9e\u8df5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=879"};
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 () {
}
});
});
}