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=730&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: 1746676723,
nonceStr: 'ZI9aJIlpI5STKGJv',
signature: '396a0bb8e3e636b9ce141412632ee7b4deb7a644',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/f87820e74ed9d01b93db64e7d4359597.jpg","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u5b81\u5fb7\u5e08\u8303\u5b66\u9662\u533b\u5b66\u9662\u5b66\u751f\u5230\u9662\u5f00\u5c55\u793e\u4f1a\u5b9e\u8df5\u6d3b\u52a8","smalltext":"\u3000\u3000\u8fd1\u65e5\uff0c\u5b81\u5fb7\u5e08\u8303\u5b66\u9662\u533b\u5b66\u96622018\u7ea7\u533b\u5b66\u68c0\u9a8c\u6280\u672f\u73ed\u5927\u5b66\u751f\u5230\u95fd\u4e1c\u533b\u9662\u5f00\u5c55\u6587\u660e\u5bfc\u533b\u5fd7\u613f\u8005\u670d\u52a1\uff0c\u4e3a\u60a3\u8005\u53ca\u5176\u5bb6\u5c5e\u63d0\u4f9b\u5bfc\u533b\u3001\u5bfc\u68c0\u3001\u5065\u5eb7\u54a8\u8be2\u7b49\u670d\u52a1\u3002\u3000\u3000\u5f00\u5c55\u5de5\u4f5c\u524d\uff0c\u540c\u5b66\u4eec\u63a5\u53d7\u4e86\u533b\u9662","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=730"};
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 () {
}
});
});
}