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=2067&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: 1747147666,
nonceStr: 'tCWbpOdwlafb5fWz',
signature: '6cfcddaf665d68608a482e6bff14815654707b55',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/dfdb88d1f5d2599ef79d6e6f6365d2b5.jpg","title":"\u767d\u94f6\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662:\u611f\u63a7\u5728\u884c\u52a8\uff0c\u9f50\u5fc3\u534f\u529b\u4fdd\u6c8c\u53e3\u65b9\u8231\u533b\u9662\u751f\u547d\u7ebf","smalltext":" 2020\u5e742\u670821\u65e5\u4e0a\u53489\u70b9\u591a\uff0c\u7518\u8083\u4e2d\u533b\u836f\u5927\u5b66\u7b2c\u4e09\u9644\u5c5e\u533b\u9662 \u767d\u94f6\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u9662\u957f\u8fbe\u6625\u548c\u63a5\u4e0a\u7ea7\u6307\u793a\uff0c\u7d27\u6025\u4e58\u5ea711:30\u822a\u73ed\u8d74\u6b66\u6c49\u6267\u884c\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9632\u63a7\u4efb\u52a1\u3002\u4eca\u5929\uff0c\u8fbe\u9662\u957f\u4e3a\u6211\u4eec\u53d1\u6765","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2067"};
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 () {
}
});
});
}