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=3767&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: 1743632892,
nonceStr: 'faDMrLLCNMXYUu1h',
signature: 'cbef4dcff7a4477a23c9581de85c16cab5a3325c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202010\/a081c60076d8a8dbb4b7df9b531cf768.jpg","title":"\u4efb\u6b63\u975e\uff1a\u5411\u4e0a\u6345\u7834\u5929\uff0c\u5411\u4e0b\u624e\u5230\u6839","smalltext":"\u4e60\u4e3b\u5e2d\u5728\u4e0e\u79d1\u5b66\u5bb6\u5ea7\u8c08\u4f1a\u8bb2\u4e86\uff0c\u57fa\u7840\u6559\u80b2\u3001\u57fa\u7840\u7814\u7a76\u3001\u57fa\u7840\u7406\u8bba\u3001\u57fa\u7840\u5de5\u4e1a\uff0c\u4e5f\u8bb2\u4e86\u79d1\u5b66\u5bb6\u7684\u597d\u5947\u5fc3\u9a71\u52a8\u3002\u56fd\u5bb6\u4e0d\u4ec5\u8981\u91cd\u89c6\u79d1\u5b66\u7406\u8bba\u3001\u5de5\u7a0b\u6280\u672f\u7684\u7814\u7a76\uff0c\u4e5f\u8981\u91cd\u89c6\u4e00\u4e9b\u4e0d\u4ee5\u5e94\u7528\u4e3a\u76ee\u7684\u7684\u7eaf\u7814","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=3767"};
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 () {
}
});
});
}