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=1346&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: 1747189866,
nonceStr: 'Xh8QjBhePm4maE1q',
signature: 'c2cfdfecbba87a6a031a2190c30034afcfd0e13e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/1fa1e63a84119856b60d19fc31f89f66.jpg","title":"\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\uff1a\u60c5\u6d12\u9ad8\u539f \u5706\u68a6\u5fc3\u7530 \u2014\u2014\u63f4\u85cf\u533b\u751f\u8f7d\u8a89\u5f52\u6765","smalltext":"\u5728\u524d\u4e0d\u4e45\u7684\u6e56\u5357\u77ed\u671f\u63f4\u85cf\u4e13\u4e1a\u6280\u672f\u4eba\u624d\u8868\u5f70\u4f1a\u4e0a\uff0c\u53c2\u52a0\u77ed\u671f\u63f4\u85cf\u768451\u540d\u540c\u5fd7\u4e2d\uff0c\u4e07\u519b\u88ab\u6388\u4e88\u6e56\u5357\u77ed\u671f\u63f4\u85cf\u4e13\u4e1a\u6280\u672f\u4f18\u79c0\u4eba\u624d\u7684\u79f0\u53f7\u3002\u201c\u63f4\u85cf\u533b\u751f\u201d\u8fd9\u770b\u4f3c\u7b80\u5355\u7684\u56db\u4e2a\u5b57\u80cc\u540e\u53c8\u9690\u85cf\u7740\u591a\u5c11\u4e0d\u4e3a\u4eba\u77e5\u7684\u52a8\u4eba\u6545\u4e8b\u5462\uff1f\u4eca\u5929\uff0c\u5c0f\u7f16\u4e3a\u5927\u5bb6\u8bb2\u8ff0\u63f4\u85cf\u533b\u751f\u4e07\u519b\u7684\u6545\u4e8b\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1346"};
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 () {
}
});
});
}