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=882&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: 1747138947,
nonceStr: 'pLKFOreyAY8XDEgF',
signature: '4aad843f940f99b98155c998f1d853e7e8e9f0c7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/77b13888fbad6764c2adc824ae18eb0e.jpg","title":"\u6210\u90fd\u5927\u5b66\u9644\u5c5e\u533b\u9662\u9648\u742a\uff1a\u5f00\u5f80\u6625\u5929\u7684\u5217\u8f66","smalltext":"\u873f\u8712\u7684\u94c1\u8f68\uff0c\u8f70\u9e23\u7684\u8f66\u8f6e\uff0c\u5b89\u9759\u7684\u706b\u8f66\u5c0f\u7ad9\u2026\u2026\u5f53\u4f60\u4e58\u5750\u706b\u8f66\u7a7f\u8d8a\u5ddd\u3001\u4e91\u3001\u8d35\u7684\u6df1\u5c71\u5cfb\u5cad\u65f6\uff0c\u662f\u5426\u66fe\u60f3\u5230\u8fc7\u8fd9\u6837\u5e73\u9759\u7f8e\u597d\u7684\u65c5\u7a0b\uff0c\u80cc\u540e\u4e5f\u5305\u542b\u7740\u533b\u52a1\u4eba\u5458\u8f9b\u52e4\u7684\u4ed8\u51fa\u5462\uff1f\u52302019\u5e749\u6708\uff0c\u6210\u90fd\u5927\u5b66\u9644","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=882"};
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 () {
}
});
});
}