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=293&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: 1746157744,
nonceStr: 'ynTIsrzzzfSdgY7m',
signature: 'a7f7454c023cf96c6c552b7515cc46fc09510d46',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/752102e2562708f121c00536d4ba37b2.jpg","title":"\u6df1\u5733\u620f\u7cbe\u5973\u62a4\u58eb\u518d\u6b21\u7206\u7b11\u5410\u69fd","smalltext":"\u6df1\u5733\u5e02\u536b\u751f\u5065\u5eb7\u59d4\u5458\u4f1a\u53bb\u5e74\u63a8\u51fa\u620f\u7cbe\u5973\u62a4\u58eb\u706b\u7206\u5168\u56fd\uff0c\u7ed9\u4eba\u5370\u8c61\u6df1\u523b\u3002\u4eca\u5e74\uff0c\u57285.12\u62a4\u58eb\u8282\u524d\u5915\u4ed6\u4eec\u518d\u6b21\u63a8\u51fa\u620f\u7cbe\u5973\u62a4\u58eb2019\u7248\uff0c\u5728\u6b22\u4e50\u7684\u5410\u69fd\u4e2d\uff0c\u8ba9\u4eba\u518d\u6b21\u6df1\u6df1\u611f\u53d7\u5230\u4eba\u6587\u4e4b\u7f8e\uff0c\u767d\u8863\u4e4b\u7231\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=293"};
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 () {
}
});
});
}