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=536&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: 1746255264,
nonceStr: 'pvd8ZvTICTmq4WG5',
signature: '8589c109f6d44c5c718fc794956c852b822b2309',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/05627bee7fe3099c4a0c57b074343d68.jpg","title":"\u629a\u987a\u5e02\u80bf\u7624\u533b\u9662:\u7aef\u5348\u8282\u4e3a\u60a3\u8005\u9001\u53bb\u6cbb\u6108\u7cfb\u9e21\u86cb","smalltext":"\u7aef\u5348\u8282\u5230\u4e86\uff01\u4f60\u5c0f\u65f6\u5019\u751a\u81f3\u6210\u5e74\u4e4b\u540e\u6709\u6ca1\u6709\u5728\u7aef\u5348\u8282\u9876\u8fc7\u9e21\u86cb\uff1f6\u67085\u65e5\uff0c\u629a\u987a\u5e02\u80bf\u7624\u533b\u9662\u653e\u7597\u4e09\u75c5\u623f\u7684\u5168\u4f53\u533b\u62a4\u4eba\u5458\u4e3a\u60a3\u8005\u9001\u4e0a\u4e86\u4e00\u4efd\u7279\u6b8a\u7684\u7aef\u5348\u8282\u793c\u7269\u3002\u653e\u7597\u4e09\u75c5\u623f\u7684\u5168\u4f53\u533b\u62a4\u4eba\u5458\u5229\u7528\u4e2d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=536"};
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 () {
}
});
});
}