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=1552&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: 1747190016,
nonceStr: 'jwoBD801sR5oNwRM',
signature: '3059858bd8751402ff73b9c98470380d46c14529',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/8813578a9f4e9d1887276fbe87931a82.jpg","title":"\u4e0a\u6d77\u4ea4\u901a\u5927\u5b66\u533b\u5b66\u9662\u9644\u5c5e\u745e\u91d1\u533b\u9662\u5468\u540c\uff1a\u9a6c\u4e0d\u626c\u97ad\u81ea\u594b\u8e44","smalltext":"\u4ed6\u524d\u540e\u4e09\u6b21\u88ab\u7834\u683c\u664b\u5347\uff0c\u4ece\u4e00\u540d\u6280\u672f\u5458\u664b\u5347\u4e3a\u4e3b\u7ba1\u6280\u5e08\u3001\u526f\u4e3b\u4efb\u6280\u5e08\u3001\u4e3b\u4efb\u6280\u5e08\uff1b\u5728\u56fd\u5185\u5916\u5b66\u672f\u520a\u7269\u5171\u53d1\u8868193\u7bc7\u8bba\u6587\uff0c\u53c2\u7f1610\u672c\u8457\u4f5c\uff0c\u83b7\u90e8\u5e02\u7ea7\u79d1\u6280\u8fdb\u6b65\u595611\u9879\uff0c\u5e76\u83b7\u5f97\u56fd\u5bb6\u53d1\u660e\u4e13\u5229\u6388\u67433\u9879\uff1b\u4e3a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1552"};
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 () {
}
});
});
}