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=1056&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: 1749447182,
nonceStr: 'gcxtUW6qiiEAYL4E',
signature: '3ed39fa5a72eec7b7fce0bcbd89727f9723bd4e0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/ace078f2455c762af785da9755fb8865.jpg","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u533b\u751f\u7684\u610f\u4e49\u4e0d\u5728\u4e8e\u6551\u6d3b\u4e86\u8c01\uff0c\u800c\u5728\u4e8e\u5e26\u7ed9\u4e86\u4e00\u7fa4\u4eba\u5e0c\u671b","smalltext":"\u4e16\u754c\u4e0a\u6700\u73cd\u8d35\u7684\u662f\u5f97\u4e0d\u5230\u548c\u5df2\u5931\u53bb\uff0c\u6700\u6b22\u559c\u7684\u662f\u5931\u800c\u590d\u5f97\uff0c\u672c\u6587\u662f\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u6ccc\u5c3f\u5916\u79d1\u4e00\u540d\u9752\u5e74\u533b\u751f\u2014\u2014\u5f20\u6770\u7684\u65e5\u8bb0\uff0c\u4ed6\u7ed9\u6211\u4eec\u8bb2\u8ff0\u4e86\u4e00\u4e2a\u60ca\u5fc3\u52a8\u9b44\u7684\u591c\u95f4\u6025\u8bca\u6545\u4e8b\uff0c\u4e0d\u81ea\u77dc\u4e8e\u6551\u6b7b\u6276\u4f24\u7684\u8363\u8000\uff0c\u53ea\u662f\u4fef\u4e0b\u8eab\u4eb2\u543b\u6587\u5b57\uff0c\u4ece\u75c5\u60a3\u3001\u5bb6\u4eba\u89d2\u5ea6\u611f\u53d7\u751f\u547d\u9669\u4e9b\u5931\u53bb\u5374\u7ec8\u4e8e\u590d\u5f97\u7684\u6b22\u559c\uff0c\u9762\u5bf9\u751f\u547d\uff0c\u4ed6\u6709\u601c\u60dc\uff0c\u66f4\u6709\u52aa\u529b\u3002\u4ee4\u4eba\u559c\u60a6\u7684\u662f\u50cf\u4ed6\u8fd9\u6837\u7684\u533b\u751f\u8fd8\u6709\u5f88\u591a\uff0c\u8fd9\u79cd\u8574\u542b\u5de8\u5927\u529b\u91cf\u7684\u533b\u5b66\u4eba\u6587\u5173\u6000\u503c\u5f97\u6211\u4eec\u4e00\u518d\u54c1\u5473\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1056"};
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 () {
}
});
});
}