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=1512&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: 1747190340,
nonceStr: '5b7hUjDC8u9ElN8F',
signature: '2ba021911c7bd8c0b52c656127a5a3d3a4089895',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/e11e3c6bdb772489a6405f68d0e0ab34.jpg","title":"\u5bb6\u5ead\u4e0e\u751f\u6d3b\u62a5\uff1a\u4efb\u8001\u6c49\u548c\u4ed6\u7684\u65b0\u513f\u5b50","smalltext":"\u8f66\u5f00\u5230\u901a\u6c5f\u53bf\u9648\u6cb3\u4e61\u4e09\u6eaa\u5bfa\u6751\u6751\u5934\u5c31\u53ea\u80fd\u505c\u4e0b\uff0c\u63a5\u7740\u8fd8\u9700\u8d70\u4e00\u6bb5\u5c71\u8def\u624d\u80fd\u5230\u6751\u6c11\u4efb\u56fd\u660e\u5bb6\u3002\u873f\u8712\u5d0e\u5c96\uff0c\u6ce5\u6cde\u4e0d\u582a\uff0c\u6700\u9669\u5904\u65c1\u8fb9\u5c31\u662f\u60ac\u5d16\u5761\uff0c\u8fd9\u6761\u8def\u7684\u201c\u5201\u96be\u201d\u8ba9\u7b2c\u4e00\u6b21\u6765\u7684\u4eba\u90fd\u4f1a\u88ab\u5413\u4f4f\u3002\u7136\u800c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1512"};
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 () {
}
});
});
}