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=1481&classid=11&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: 1744076847,
nonceStr: '0bvwlSvP6RM4fcbr',
signature: '13ee77734c80dcd6715e04d706109858dec88d09',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/c551fb3050efde9dd2ca170e4a9b9dad.jpg","title":"\u5e38\u5dde\u4e00\u9662\uff1a\u4e58\u5ba2\u9ad8\u94c1\u4e0a\u5fc3\u614c\u80f8\u95f7\uff0c\u6c5f\u82cf\u5e38\u5dde\u533b\u751f\u4f38\u51fa\u63f4\u624b\uff01","smalltext":" \u201c\u5c0a\u656c\u7684\u5404\u4f4d\u4e58\u5ba2\uff0c9\u53f7\u8f66\u53a2\u6709\u4e00\u4f4d\u4e58\u5ba2\u7a81\u53d1\u8eab\u4f53\u4e0d\u9002\u3001\u6076\u5fc3\u3001\u80f8\u95f7\u3001\u5fc3\u614c\uff0c\u73b0\u6025\u9700\u533b\u62a4\u4eba\u5458\u7684\u5e2e\u52a9\uff0c\u4e58\u5ba2\u4e2d\u82e5\u6709\u533b\u62a4\u4eba\u5458\uff0c\u8bf7\u524d\u5f809\u53f7\u8f66\u53a2\u3002\u201d 12\u670812\u65e5\u4e2d\u534811\u70b9\u534a\u5de6\u53f3\uff0c\u7531\u5e38\u5dde","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=1481"};
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 () {
}
});
});
}