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=203&classid=4&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: 1746134424,
nonceStr: 'WfFnyNZhH10VFOFX',
signature: '992d8781e25fbe9f080877732b39b79129b6bfe4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/391a5ab286266e2c3728500a57f4a33e.jpg","title":"\u4e8e\u5fb7\u534e\uff1a\u7406\u60f3\u4e3a\u5e06 \u6280\u80fd\u4e3a\u6868 \u4eba\u6587\u4e3a\u8235 \u5fc3\u667a\u65b9\u80fd\u4e0d\u60d1","smalltext":"\u533b\u52a1\u4eba\u5458\u4e0e\u75c5\u4eba\u76f8\u63a5\u89e6\uff0c\u5373\u610f\u5473\u7740\u4e0d\u4ec5\u4ec5\u662f\u9762\u5bf9\u7740\u5176\u6240\u7f79\u60a3\u7684\u75be\u75c5\uff0c\u800c\u4e14\u4e5f\u662f\u4e00\u4e2a\u4e0e\u8fd9\u4f4d\u6709\u8eaf\u4f53\u75be\u75c5\u7684\u4eba\u8fdb\u884c\u5fc3\u7406\u4ea4\u6d41\u548c\u793e\u4f1a\u4ea4\u5f80\u7684\u8fc7\u7a0b\uff0c\u8fd9\u4e00\u5207\u6784\u6210\u4e86\u533b\u5b66\u7684\u91cd\u8981\u7279\u70b9\uff1a\u533b\u5b66\u662f\u4e00\u95e8\u878d\u5408\u4e86\u533b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=203"};
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 () {
}
});
});
}