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=543&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: 'AR8k52DmLCe6DsI3',
signature: '3ccba9e50c9e19a745d983a5e77bb98332859c92',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/788597ed1e46d9da7280844cf2d4a646.jpg","title":"\u4e2d\u56fd\u63f4\u4e1c\u5e1d\u6c76\u533b\u7597\u961f:\u5371\u6025\u65f6\u523b\u663e\u8eab\u624b\u53c2\u4e0e\u5f53\u5730\u91cd\u5927\u4ea4\u901a\u4e8b\u6545\u4f24\u5458\u6551\u6cbb","smalltext":"2019\u5e746\u67086\u65e5\uff0c\u662f\u7a46\u65af\u6797\u5f00\u658b\u8282\uff0c\u4e1c\u5e1d\u6c76\u5168\u56fd\u4f11\u5047\u4e00\u5929\u3002\u4e1c\u5e1d\u6c76\u5168\u56fd\u4eba\u6c11\u6c89\u6d78\u5728\u8282\u65e5\u7684\u6c14\u6c1b\u4e2d\uff0c\u4e00\u573a\u7a81\u5982\u5176\u6765\u7684\u4ea4\u901a\u4e8b\u6545\uff0c\u6253\u7834\u4e86\u4e1c\u5e1d\u6c76\u4eba\u6c11\u5e73\u9759\u7684\u751f\u6d3b\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=543"};
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 () {
}
});
});
}