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=411&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: 1730419632,
nonceStr: 'KZ0MdAFi3PfNXAa1',
signature: 'd78207db1d01d8846b32c609b791344829ea8334',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/3dde00007833b5e7079fe2d3dad616b8.jpg","title":"\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u519c\u6c11\u591c\u6821\u7ef5\u7af9\u73ed\u5065\u5eb7\u7d20\u517b\u57f9\u8bad","smalltext":"\u84dd\u5929\u767d\u4e91\uff0c\u7eff\u6c34\u9752\u5c71\uff0c\u5e73\u7f13\u7684\u5c71\u5761\u4e0a\uff0c\u4e00\u5ea7\u5ea7\u767d\u8272\u7816\u5899\u3001\u9752\u74e6\u5c4b\u9876\u7684\u5f5d\u5bb6\u65b0\u5be8\u6574\u6d01\u7f8e\u89c2\uff0c\u6d01\u767d\u7684\u5899\u58c1\u4e0a\u63cf\u7ed8\u7740\u8c61\u5f81\u7f8e\u597d\u751f\u6d3b\u7684\u7ef5\u7af9\u5e74\u753b\u3002\u8fd9\u91cc\u662f\u51c9\u5c71\u5f5d\u65cf\u81ea\u6cbb\u5dde\u7518\u6d1b\u53bf\u963f\u5c14\u4e61\u7709\u5c71\u6751\uff0c\u5728\u7ef5\u7af9\u5e02\u7684\u5bf9\u53e3\u5e2e\u6276\u4e0b\uff0c\u8fce\u6765\u4e86\u8131\u80ce\u6362\u9aa8\u7684\u53d8\u5316\u3002","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=411"};
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 () {
}
});
});
}