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=1662&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: 1747168439,
nonceStr: 'KjP0t1SwaJGq8rGk',
signature: '395cd075827fed974fed4dda4a5f8bab02ba2e41',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/74c56756cab9f4fc31170855078d2e9e.jpg","title":" \u5e73\u660c\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u5fc3\u8eab\u75c5\u533a\u533b\u62a4\u4eba\u5458\u966a\u62a4\u60a3\u8005\u8fc7\u65b0\u5e74","smalltext":"\u6625\u8282\uff0c\u627f\u8f7d\u7740\u5343\u5bb6\u4e07\u6237\u6574\u6574\u4e00\u5e74\u7684\u671f\u76fc\u548c\u6b22\u4e50\uff0c\u5728\u8fd9\u4e2a\u4e3e\u56fd\u4e0a\u4e0b\u4e07\u5bb6\u56e2\u5706\u7684\u65e5\u5b50\uff0c\u8fc7\u5e74\uff0c\u610f\u5473\u7740\u4e45\u522b\u7684\u4eb2\u4eba\u53ef\u4ee5\u76f8\u805a\uff0c\u53ef\u4ee5\u5e78\u798f\u5730\u5728\u4e00\u8d77\u5403\u5e74\u996d\u3002\u4f46\u5bf9\u4e8e\u533b\u9662\u91cc\u7684\u4e00\u4e9b\u60a3\u8005\u6765\u8bf4\uff0c\u8fd9\u4e2a\u6625\u8282\u53ea\u80fd\u5728\u75c5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1662"};
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 () {
}
});
});
}