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=1644&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: 1747167309,
nonceStr: 'd2F3Gfq186f84rfT',
signature: '5c8535fc7762abf5042d99c2181e5b16cf11b157',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/e72485cc5580d9b047702823822fa308.jpg","title":"\u5b89\u5fbd\u7701\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662:\u52a9\u4ea7\u58eb\u8dea\u5730\u5341\u4e94\u5206\u949f\uff0c\u5b8c\u6210\u751f\u547d\u6258\u4e3e","smalltext":"1\u670818\u65e5\uff0c\u5bf9\u4e8e\u5b89\u5fbd\u7701\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u533b\u62a4\u4eba\u5458\u4eec\u6765\u8bf4\u53ea\u662f\u4e00\u4e2a\u666e\u901a\u800c\u53c8\u5fd9\u788c\u7684\u5468\u516d\u300232\u5c81\u7684\u4e8c\u80ce\u5988\u5988\u845b\u5973\u58eb\u56e0\u80ce\u4f4d\u4e0d\u6b63\u5c31\u8bca\u7701\u4e8c\u9662\u4ea7\u79d1\uff0c\u63a5\u8bca\u7684\u5f90\u5a1f\u533b\u751f\u4e3a\u5979\u5b9e\u65bd\u4e86\u201c\u5916\u5012\u8f6c\u201d\u672f\u6210\u529f\u8f6c\u6b63","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1644"};
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 () {
}
});
});
}