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=1520&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: 1749480220,
nonceStr: 'm3JG54Icr0NDcUQZ',
signature: '7c8ccc882616814a76004513dd8f86188b584fa6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/0dbafd59b190f66b3fe6a2713ca5f6c3.jpg","title":"\u8fde\u4e91\u6e2f\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a38\u540d\u533b\u62a4 \u201c\u6700\u5f3a\u5927\u8111\u201d\u6311\u6218\u201c\u5b66\u4e60\u5f3a\u56fd\u201d\u7b54\u9898","smalltext":"\u4ed6\u4eec\u4e0d\u4ec5\u662f\u533b\u7597\u5c97\u4f4d\u7684\u4e1a\u52a1\u9aa8\u5e72\uff0c\u8fd8\u662f\u201c\u5b66\u4e60\u5f3a\u56fd\u201d\u7684 \u201c\u6700\u5f3a\u5927\u8111\u201d\u3002\u4e3a\u4e86\u4e30\u5bcc\u548c\u521b\u65b0\u610f\u8bc6\u5f62\u6001\u5de5\u4f5c\u65b9\u5f0f\u65b9\u6cd5\uff0c\u63d0\u5347\u201c\u5b66\u4e60\u5f3a\u56fd\u201d\u5e73\u53f0\u5b66\u4e60\u4f7f\u7528\u6548\u80fd\uff0c\u624e\u5b9e\u63a8\u8fdb\u201c\u4e0d\u5fd8\u521d\u5fc3\u3001\u7262\u8bb0\u4f7f\u547d\u201d\u4e3b","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1520"};
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 () {
}
});
});
}