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=129&classid=12&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: 1746120919,
nonceStr: '7BfcvyyihufHOmWI',
signature: 'f469e940cc1fdb5600c23214435331c77937f7be',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/36f2ecea16442cd833365cafe1fedca1.jpg","title":"\u90d1\u5dde\u4eba\u6c11\u533b\u9662\u9662\u957f\u90dd\u4e49\u5f6c","smalltext":"70\u540e\u3001\u4eb2\u548c\u4f4e\u8c03\u3001\u52a1\u5b9e\u521b\u65b0\u3001\u7ba1\u7406\u578b\u4e13\u5bb6\uff0c\u5386\u4efb\u7701\u4f1a\u4e09\u5bb6\u533b\u9662\u638c\u8235\u4eba\u3001\u51e0\u4e4e\u6d89\u8db3\u533b\u9662\u7ba1\u7406\u4e2d\u6240\u6709\u5173\u952e\u5c97\u4f4d\uff0c\u5728\u4eba\u6587\u54c1\u724c\u5efa\u8bbe\u65b9\u9762\u6709\u72ec\u5230\u7684\u89c1\u89e3\u3002\u533b\u6539\u5728\u6df1\u5165\u3001\u65f6\u4ee3\u5728\u53d8\u8fc1\u3001\u6311\u6218\u4e0d\u65ad\u6d8c\u73b0\uff0c\u533b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=129"};
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 () {
}
});
});
}