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=3671&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: 1746677719,
nonceStr: 'A1HQsuYh95jGLJMu',
signature: 'b43980defd009e42f390f4d9a75b051362e6a609',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202009\/e3823c16075ad594bf1ab833139a80cc.jpg","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u505a\u4e00\u4e2a\u5177\u6709\u201c\u4e09\u5fc3\u201d\u201c\u4e8c\u610f\u201d\u7684\u533b\u751f","smalltext":" \u63d0\u8d77\u5987\u4ea7\u79d1\u533b\u751f\u4eec\uff0c\u4f60\u7684\u7b2c\u4e00\u5370\u8c61\u662f\u4ec0\u4e48\uff1f\u662f\u90a3\u53cc\u6e29\u6696\u7684\u624b\uff1f\u662f\u65f6\u523b\u5728\u8eab\u8fb9\u7684\u966a\u4f34\uff1f\u662f\u4e0e\u4f60\u4e00\u8d77\u76f8\u4e92\u6276\u6301\u5171\u6218\u75c5\u9b54\uff1f......\u4ed6\u4eec\u53c8\u662f\u600e\u4e48\u770b\u5f85\u81ea\u5df1\u7684\u5462\uff1f\u8ba9\u6211\u4eec\u4e00\u8d77\u6765\u770b\u770b\u5987\u4ea7\u79d1\u79d1\u533b\u751f\u4eec\u81ea\u5df1\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3671"};
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 () {
}
});
});
}