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=735&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: 1746676785,
nonceStr: 'PSLGaU7sDTpWxGT8',
signature: 'bd3c0ada90c8c27a093d1d74051c28d7e4ca6e97',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/c0f87738a0b7178feb2e72a4c328c3b7.jpg","title":"\u5e38\u5dde\u5e02\u536b\u751f\u5065\u5eb7\u59d4\uff1a\u5f00\u5c55\u536b\u751f\u5065\u5eb7\u884c\u4e1a\u9053\u5fb7\u8bb2\u5802\uff0c\u8ba9\u521d\u5fc3\u7167\u4eae\u884c\u533b\u8def","smalltext":"\u201c\u4e0d\u5fd8\u521d\u5fc3\u201d\uff0c\u81ea2016\u5e74\u6210\u4e3a\u65f6\u4ee3\u5173\u952e\u8bcd\u3002\u4eca\u5e74\uff0c\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u53c8\u518d\u6b21\u5f3a\u8c03\u201c\u5b88\u521d\u5fc3\uff0c\u5c31\u662f\u8981\u7262\u8bb0\u5168\u5fc3\u5168\u610f\u4e3a\u4eba\u6c11\u670d\u52a1\u7684\u6839\u672c\u5b97\u65e8\uff0c\u4ee5\u575a\u5b9a\u7684\u7406\u60f3\u4fe1\u5ff5\u575a\u5b88\u521d\u5fc3\uff0c\u7262\u8bb0\u4eba\u6c11\u5bf9\u7f8e\u597d\u751f\u6d3b\u7684\u5411\u5f80\u5c31\u662f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=735"};
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 () {
}
});
});
}