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=1141&classid=9&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: 1741932528,
nonceStr: '4ET1EpHymfMJ7Z7u',
signature: '5459750715189f89302f610e12ec817257d85eb9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/6991a7b351e359295d9697fc48284fae.jpg","title":"\u300a\u5065\u5eb7\u62a5\u300b\u8457\u540d\u8bb0\u8005\u80e1\u5fb7\u8363\uff1a\u91cd\u6e29\u738b\u632f\u4e49\u9662\u58eb\u7684\u91d1\u53e510\u6761","smalltext":"\u4eca\u5e74\u76847\u67084\u65e5\uff08\u661f\u671f\u56db\uff09\u662f\u6211\u7ec8\u8eab\u96be\u5fd8\u7684\u4e00\u4e2a\u597d\u65e5\u5b50\u3002\u8fd9\u5929\uff0c\u4e0d\u4ec5\u662f\u6211\u7684\u65b0\u4e66\u300a\u679d\u53f6\u60c5\u612b\u2014\u2014\u80e1\u5fb7\u8363\u533b\u5b66\u79d1\u6280\u65b0\u95fb\u4f5c\u54c1\u9009\u300b\u5728\u4e0a\u6d77\u4ea4\u901a\u5927\u5b66\u51fa\u7248\u793e\u53ec\u5f00\u51fa\u7248\u5ea7\u8c08\u4f1a\uff0c\u800c\u4e14\u8fd8\u5f97\u5230\u4e86\u51fa\u5e2d\u5ea7\u8c08\u4f1a\u768495","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=1141"};
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 () {
}
});
});
}