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=3206&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: 1747145928,
nonceStr: '8k9bX1XVFXq3lHi3',
signature: '201dddec4e974d54419bf605d4042413d44386a6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202005\/c42be61a397023a230b235ea5ef1f7fe.jpg","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u7ebf\u4e0a\u3001\u7ebf\u4e0b\u9f50\u53d1\u529b\uff0c\u201c\u5929\u4f7f\u201d\u5e26\u4f60\u4e00\u8d77\u4f83\u79d1\u666e","smalltext":"\u201c\u54e6\uff0cMary\uff0c\u4f60\u8fd9\u662f\u4f5c\u4ec0\u4e48\u5996\u554a\uff1f\u201d\u201c\u6ce2\u6ce2\uff0c\u4f60\u53ef\u4e0d\u77e5\u9053\uff0c\u6211\u548c\u7537\u795e\u6b63\u5728\u4eb2\u4eb2\u62b1\u62b1\u4e3e\u9ad8\u9ad8\uff0c\u6211\u4e00\u4e2a\u55b7\u568f\uff0c\u7537\u795e\u4e00\u8138\u9f3b\u6d95\u2026\u2026\u201d\u8fd9\u662f\u95e8\u8bca\u90e8\u62a4\u58eb\u5e26\u6765\u7684\u60c5\u666f\u5267\u300a\u4e00\u5343\u96f6\u4e00\u4e2a\u55b7\u568f\u300b\uff0c\u4ee5\u54c8\u5229\u6ce2\u7279\u548c\u8d85\u7ea7\u739b\u4e3d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3206"};
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 () {
}
});
});
}