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=779&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: 1746983425,
nonceStr: 'xp8Dx371m9WVmAhC',
signature: '5a177e7b46c837fa8b7ff94604d5e979ec5ce268',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/8c600f37971d1837ec60d210e83ed54a.jpg","title":"\u5c71\u897f\u533b\u79d1\u5927\u5b66\u7b2c\u4e00\u533b\u9662:\u9996\u6b21\u5f00\u5c55\u6709\u6e29\u5ea6\u7684\u4e00\u4f53\u5316\u9ebb\u9189\u624b\u672f\u533b\u7597\u62a4\u7406\u670d\u52a1","smalltext":"\u5c71\u897f\u533b\u79d1\u5927\u5b66\u7b2c\u4e00\u533b\u9662\u9996\u6b21\u5f00\u5c55\u6709\u6e29\u5ea6\u7684\u4e00\u4f53\u5316\u9ebb\u9189\u624b\u672f\u533b\u7597\u62a4\u7406\u670d\u52a1\uff0c\u7531\u9700\u8981\u505a\u624b\u672f\u7684\u5b69\u5b50\u7238\u7238\u5988\u5988\u966a\u4f34\u5b69\u5b50\u8fdb\u5165\u624b\u672f\u5ba4\uff0c\u6d88\u9664\u5b69\u5b50\u672f\u524d\u6050\u60e7\uff0c\u76f4\u5230\u5b69\u5b50\u9ebb\u9189\u540e\u6c89\u6c89\u201c\u7761\u53bb\u201d,\u7ed9\u5b69\u5b50\u4ee5\u6e29\u6696\u7684\u9ebb\u9189\u62a4\u7406\u4f53\u9a8c\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=779"};
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 () {
}
});
});
}