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=108&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: 1746164795,
nonceStr: 'd2oTXLYP6P3NflMD',
signature: '423d0bc9958092a04529891cec320b56f7f70083',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/6f3b95a7369ed7ee0a0505a18f6eea35.jpg","title":"\u5b81\u5fb7\u95fd\u4e1c\u533b\u9662\uff1a\u533b\u751f\u7684\u300a\u533b\u58f0\u300b","smalltext":"2018\u5e748\u670819\u65e5\uff0c\u662f\u4e2d\u56fd\u9996\u4e2a\u201c\u533b\u5e08\u8282\u201d\u3002\u4e3a\u4e86\u9686\u91cd\u5e86\u795d\u9996\u4e2a\u4e13\u5c5e\u4e8e\u533b\u5e08\u4eec\u7684\u8282\u65e5\uff0c\u8ba9\u533b\u5e08\u4eec\u8fc7\u4e2a\u6e29\u99a8\u548c\u6709\u6e29\u5ea6\u7684\u8282\u65e5\uff0c\u5ba3\u4f20\u5ba4\u4eba\u5458\u5728\u8282\u524d\u79ef\u6781\u6784\u601d\u548c\u7b56\u5212\uff0c\u7ecf\u7fa4\u7b56\u7fa4\u529b\u3001\u5934\u8111\u98ce\u66b4\u540e\uff0c\u51b3\u5b9a\u4ee5\u62cd","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=108"};
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 () {
}
});
});
}