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=1652&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: 1747168906,
nonceStr: 'Fhgv7aEdj9TVUA3h',
signature: '755e9dd77fe532bb9af6a71466bd56aa7fa67c7b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/250f7b2d1bc7bba714c720505d29427c.jpg","title":"\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u7b2c\u4e09\u533b\u9662\uff1a\u4e3a\u751f\u547d\u5b88\u5c81\uff0c\u533b\u9662\u91cc\u7684\u9664\u5915\u56e2\u5706\u591c","smalltext":"\u8eab\u8fb9\u7684\u611f\u52a8|\u201d\u7684\u4ed6\u4eec\uff0c\u9664\u5915\uff0c\u8f9e\u65e7\u8fce\u65b0\u7684\u65e5\u5b50\uff0c\u4e5f\u662f\u4e2d\u56fd\u4eba\u4e00\u5e74\u4e2d\u6700\u91cd\u89c6\u7684\u56e2\u5706\u4e4b\u591c\u3002\u5403\u5e74\u591c\u996d\u3001\u7b49\u5f85\u65b0\u5e74\u949f\u58f0\u7684\u6572\u54cd\uff0c\u9664\u5915\u201c\u5b88\u5c81\u201d\u7684\u4e60\u4fd7\u662f\u8fc7\u5e74\u6700\u91cd\u8981\u7684\u4eea\u5f0f\u3002\u5728\u4eca\u5929\u8fd9\u4e2a\u548c\u4e50\u559c\u5e86\u7684\u65e5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1652"};
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 () {
}
});
});
}