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=1657&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: 1747167148,
nonceStr: '800VrMfw4S1lsE8d',
signature: '570282a399952edf596e61d814284c3f5ebb1c5b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/117ee42baf1195363ac4486dc6d15551.jpg","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u4e00\u79d1\u4e00\u539f\u521b\u6625\u8054 \u533b\u9662\u8fd9\u6837\u8fce\u6625\u9001\u798f","smalltext":" \u201c\u6025\u5371\u62a2\u6551\u5c3d\u82f1\u96c4\u672c\u8272\uff0c\u7279\u7ea7\u62a4\u7406\u5c55\u5929\u4f7f\u98ce\u59ff\u201d\uff0c1\u670820\u65e5\u4e00\u65e9\uff0c\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u6025\u91cd\u75c7\u533b\u5b66\u79d1\u4e3b\u4efb\u6c6a\u660e\u706f\u5c31\u6765\u5230\u95e8\u8bca\u5927\u5385\u7b49\u7740\u4e66\u6cd5\u540d\u5bb6\u2014\u2014\u989c\u6587\u6a11\u7eaa\u5ff5\u9986\u9986\u957f\u845b\u6768\u4eb2\u7b14\u4e66\u5199\u7684\u6625\u8054\uff0c\u5728\u73b0\u573a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1657"};
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 () {
}
});
});
}