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=1387&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: 1747190571,
nonceStr: '4CGGO0PmBlJqKsDM',
signature: '8c0f9d71fd3a9e8620443aabd879ebb4f23812f4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/02ba5903c55cab441bce56f19e6b8e6f.jpg","title":"\u804a\u57ce\u5e02\u4e1c\u660c\u5e9c\u4eba\u6c11\u533b\u9662\uff1a\u804c\u5de5\u8da3\u5473\u8fd0\u52a8\u4f1a\u70b9\u71c3\u8fd9\u4e2a\u51ac\u5b63","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u6d3b\u8dc3\u548c\u4e30\u5bcc\u5168\u9662\u5e7f\u5927\u5e72\u90e8\u804c\u5de5\u4e1a\u4f59\u6587\u5316\u751f\u6d3b\uff0c\u589e\u5f3a\u804c\u5de5\u4f53\u8d28\uff0c\u57f9\u517b\u56e2\u7ed3\u610f\u8bc6\u548c\u5408\u4f5c\u4ea4\u6d41\u80fd\u529b\uff0c11\u670819\u65e5\u4e0b\u5348\uff0c\u4e1c\u660c\u5e9c\u4eba\u6c11\u533b\u9662\u5728\u95e8\u8bca\u697c\u524d\u4e3e\u529e2019\u5e74\u5ea6\u51ac\u5b63\u8da3\u5473\u8fd0\u52a8\u4f1a\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1387"};
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 () {
}
});
});
}