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=1209&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: 1747146837,
nonceStr: 'c2DARxTPodz4QiX7',
signature: '41103ebed90d5183e5b0d367792954af0706efd8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/b4620b3bdd6910661385825e3e3a014c.jpg","title":"\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\u9996\u6b21\u4eae\u76f8\u7b2c16\u5c4a\u4e2d\u56fd\u2014\u4e1c\u76df\u535a\u89c8\u4f1a","smalltext":"2019\u5e749\u670821\u65e5\u81f324\u65e5\uff0c\u7b2c16\u5c4a\u4e2d\u56fd\u2014\u4e1c\u76df\u535a\u89c8\u4f1a\uff08\u4ee5\u4e0b\u7b80\u79f0\u201c\u4e1c\u535a\u4f1a\u201d\uff09\u5728\u5357\u5b81\u56fd\u9645\u4f1a\u5c55\u4e2d\u5fc3\u9686\u91cd\u4e3e\u884c\u3002\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\u643a\u58ee\u533b\u836f\u6587\u5316\u9996\u6b21\u4eae\u76f8\u4e1c\u535a\u4f1a\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1209"};
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 () {
}
});
});
}