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=911&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: 1743703007,
nonceStr: 'NWSSj25YRboAWGLo',
signature: '753d5a089f6c52ce665639309aa612f72f6f7f11',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/19103d45b313f3a9d1db155483b41680.jpg","title":"\u6210\u90fd\u5e02\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\u909d\u7430\uff1a\u8d70\u8fd1\u533b\u9662\u4eba\u6587\uff0c\u6298\u817e\u4eba\u751f\u4e2d\u7684\u65e0\u6570\u4e2a\u7b2c\u4e00\u6b21","smalltext":"\u6211\u539f\u672c\u662f\u4e00\u4e2a\u4f18\u79c0\u7684\u653e\u5c04\u79d1\u533b\u751f\uff0c\u5728\u6210\u90fd\u5e02\u8fd1\u90ca\u533a\u7684\u4e8c\u7532\u533b\u9662\u6309\u90e8\u5c31\u73ed\u5730\u505a\u7740\u5e73\u51e1\u7684\u5de5\u4f5c\uff0c\u664b\u5347\u804c\u79f0\uff0c\u6210\u957f\u4e3a\u79d1\u5ba4\u8d1f\u8d23\u4eba\uff0c16\u5e74\u7684\u65e5\u5b50\u89c4\u5f8b\u3001\u7d27\u5f20\u53c8\u5355\u7eaf\u3001\u6709\u8da3\u3002\u7b2c\u4e00\u6b21\u547d\u8fd0\u7684\u8f6c\u6298\u51fa\u73b0\u57282012","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=911"};
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 () {
}
});
});
}