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=316&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: 1743764429,
nonceStr: 'fYoS1WS6JuiDsFMG',
signature: 'c63c81c73e6586d78a8c978657c1889633b201af',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/f03f7153927f33f3c625e38a57959cd0.jpg","title":"\u6c5f\u82cf\u7701\u4eba\u6c11\u533b\u9662\uff1a\u5168\u56fd\u9996\u4f8b5G\u6df7\u5408\u73b0\u5b9e\u624b\u672f\u6210\u529f\u5b9e\u65bd\uff0c\u5982\u540c\u79d1\u5e7b\u5927\u7247","smalltext":"\u5bb6\u4f4f\u6d66\u53e3\u3001\u4eca\u5e7467\u5c81\u7684\u8c37\u5973\u58eb\u4e00\u5e74\u524d\u5f00\u59cb\u54b3\u55fd\uff0c\u672c\u4ee5\u4e3a\u53ea\u662f\u666e\u901a\u7684\u611f\u5192\uff0c\u6ca1\u6709\u60f3\u5230\u54b3\u55fd\u8d8a\u6765\u8d8a\u4e25\u91cd\uff0c\u8d8a\u6765\u8d8a\u9891\u7e41\uff0c\u4ece\u4e00\u5f00\u59cb\u5076\u5c14\u54b3\u51e0\u58f0\u53d1\u5c55\u5230\u767d\u5929\u665a\u4e0a\u90fd\u54b3\u4e2a\u4e0d\u505c\uff0c\u4f34\u968f\u7740\u5267\u70c8\u7684\u54b3\u55fd\u8fd8\u6709\u767d\u75f0\uff0c\u8fd9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=316"};
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 () {
}
});
});
}