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=876&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: 1747145800,
nonceStr: 'FeRy5x5fYieahRIQ',
signature: 'dbc0399802540ca4ee879c7d4b10d6e0e099805b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/15c828583f4eccc0a8b29f68e1991a4c.jpg","title":"\u5e73\u8206\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u201c\u804c\u5de5\u4e66\u5c4b\u201d\u5efa\u8bbe \u52a9\u63a8\u533b\u9662\u6587\u5316\u5185\u6db5\u63d0\u5347","smalltext":"\u4e3a\u57f9\u517b\u5e72\u90e8\u804c\u5de5\u9605\u8bfb\u4e60\u60ef\u3001\u63d0\u5347\u9605\u8bfb\u5174\u8da3\u3001\u63d0\u9ad8\u9605\u8bfb\u80fd\u529b\uff0c\u52aa\u529b\u4e3a\u5168\u4f53\u804c\u5de5\u8425\u9020\u5185\u6db5\u4e30\u5bcc\u3001\u7279\u8272\u9c9c\u660e\u7684\u533b\u9662\u6587\u5316\u6c1b\u56f4\uff0c\u4e30\u5bcc\u804c\u5de5\u7684\u7cbe\u795e\u6587\u5316\u751f\u6d3b\uff0c\u6fc0\u53d1\u804c\u5de5\u7684\u521b\u9020\u6d3b\u529b\uff0c\u5e73\u8206\u53bf\u4eba\u6c11\u533b\u9662\u76f8\u7ee7\u6295","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=876"};
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 () {
}
});
});
}