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=1730&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: 1747169310,
nonceStr: 'xuOC426NWQv8MskX',
signature: '4b09af30ba0fb9aa0e4bf428f502ab6a5f69044f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/ba51d8fffb484eb63b8ff3d8ec919116.jpg","title":"\u5b9a\u6c5f\u9547\u4e2d\u5fc3\u536b\u751f\u9662\uff1a\u6842\u6797\u897f\u7ad9\u6297\u75ab\u65e5\u8bb0","smalltext":"2020.01.29 \u661f\u671f\u4e09 \u6674\u4eca\u5929\u4e0a\u534810\uff1a30\u63a5\u5230\u4e0a\u7ea7\u901a\u77e5\uff0c\u5b9a\u6c5f\u9547\u4e2d\u5fc3\u536b\u751f\u9662\u533b\u52a1\u4eba\u5458\u9a6c\u4e0a\u8fdb\u5165\u897f\u7ad9\uff0c\u503c\u5b88\u897f\u7ad9\u3002\u81ea\u5df1\u5fc3\u4e2d\u65e9\u6709\u51c6\u5907\uff0c\u968f\u65f6\u51c6\u5907\u5230\u4e00\u7ebf\u53c2\u4e0e\u9632\u75ab\u9632\u63a7\u5de5\u4f5c\uff0c\u75ab\u60c5\u5c31\u662f\u547d\u4ee4\uff0c\u9a6c\u4e0a\u5c31\u548c\u79e6\u8363","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1730"};
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 () {
}
});
});
}