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=1459&classid=3&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: 1741906462,
nonceStr: '0rRExqFaotTtYvN9',
signature: '564f78903186849712ff03a2b584a3e08924ec44',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/44b3edffdff557f317633f6600c65461.jpg","title":"\u59d4\u5458\u5b59\u5b3f\uff1a\u201c\u5fc3\u201d\u6587\u5316\uff0c\u65b0\u53d1\u5c55","smalltext":"\u5b59\u5b3f\uff0c\u4e0a\u6d77\u5e02\u957f\u5b81\u533a\u65b0\u534e\u8857\u9053\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u515a\u652f\u90e8\u4e66\u8bb0\uff0c\u6709\u7740\u4e30\u5bcc\u7684\u57fa\u5c42\u515a\u5efa\u5de5\u4f5c\u7ecf\u9a8c\u3002\u5979\u59cb\u7ec8\u4ee5\u4e60\u8fd1\u5e73\u65b0\u65f6\u4ee3\u4e2d\u56fd\u7279\u8272\u793e\u4f1a\u4e3b\u4e49\u601d\u60f3\u6b66\u88c5\u5934\u8111\uff0c\u79ef\u6781\u8d2f\u5f7b\u843d\u5b9e\u515a\u7684\u5341\u4e5d\u5927\u7cbe\u795e\uff0c\u6811\u7262\u201c\u56db","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=1459"};
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 () {
}
});
});
}