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=1252&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: 1747169310,
nonceStr: 'VWs79CWw62WFnorZ',
signature: 'cf128929c211cc93fa2363f859ed891db3a660fb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/54cdfab99aaa9d1e5510d241ab24afc6.jpg","title":"\u6b66\u6c49\u5e02\u7b2c\u516d\u533b\u9662\uff1a \u201c\u5b88\u521d\u5fc3 \u62c5\u4f7f\u547d \u5e86\u5927\u5e86 \u60e0\u6c11\u751f\u201d\u4e07\u4f59\u540d\u5e02\u6c11\u4eab\u5b9e\u60e0","smalltext":"\u3000\u3000\u201c\u5e73\u65f6\u60f3\u6302\u5230\u8fd9\u4e9b\u4e13\u5bb6\u53f7\u771f\u7684\u592a\u96be\uff0c\u8fd9\u6b21\u80fd\u805a\u96c6\u8fd9\u4e48\u591a\u7684\u540d\u533b\u4e13\u5bb6\uff0c\u7edd\u5bf9\u7b97\u5f97\u4e0a\u662f\u2018\u8c6a\u534e\u9635\u5bb9\u2019\uff01\u201d10\u67086\u65e5\u4e0a\u5348\uff0c\u5bb6\u4f4f\u4e1c\u897f\u6e56\u7684\u4f55\u5927\u5988\u5728\u6d88\u5316\u5185\u79d1\u4e49\u8bca\u533a\u4e3a\u516d\u533b\u9662\u70b9\u8d5e\u3002\u3000\u30009\u670830\u65e5\u81f310","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1252"};
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 () {
}
});
});
}