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=983&classid=4&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: 1743703013,
nonceStr: 'sUfiq9bixo9R6T1u',
signature: 'fa2a129af0edd7feb73b6c5dc903ade26d8d8968',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/c245e9a18dbbef1c51bb0087737db0a5.jpg","title":"\u5cb3\u6c60\u53bf\u4eba\u6c11\u533b\u9662\u4f55\u6d01\uff1a\u65f6\u95f4\u7684\u6ce8\u811a","smalltext":"2000\u5e74\uff0c\u672c\u56e0\u8d70\u4e0a\u6559\u5e08\u5c97\u4f4d\u7684\u6211\uff0c\u8bef\u6253\u8bef\u649e\u6765\u5230\u4e86\u5cb3\u6c60\u53bf\u4eba\u6c11\u533b\u9662\u3002\u4f9d\u7a00\u8fd8\u8bb0\u5f97\u90a3\u4e2a\u590f\u5929\uff0c\u8eab\u7a7f\u81ea\u4ee5\u4e3a\u5f88\u6d0b\u6c14\u7684\u7ea2\u8272\u821e\u8e48\u670d\uff0c\u5e26\u7740\u4e24\u5f20\u79e7\u6b4c\u624b\u5e15\uff0c\u5728\u4f17\u591a\u9886\u5bfc\u548c\u524d\u8f88\u6148\u7965\u800c\u6e29\u548c\u7684\u76ee\u5149\u4e2d\u5531\u7740\u8df3\u7740","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=983"};
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 () {
}
});
});
}