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=1263&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: 1747169660,
nonceStr: 'wzNbUjBQhOVC7GdJ',
signature: '5e53a77a3322b0e4fd25ed6bb4592dcd65f93e2d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/87cbc54463e66a4b9754e777113f992b.jpg","title":"\u6e05\u6cb3\u53bf\u4e2d\u5fc3\u533b\u9662\uff1a\u8fd120\u5398\u7c73\u957f\u7684\u7259\u5237\uff0c\u7adf\u5728\u4ed6\u80c3\u91cc\u4f4f\u4e862\u5e74\uff01","smalltext":"\u63d0\u8d77\u6742\u6280\u8868\u6f14\uff0c\u53ef\u80fd\u5927\u5bb6\u90fd\u4f1a\u60f3\u5230\uff1a\u811a\u8e29\u94a2\u5200\u3001\u559d\u6cb9\u5410\u706b\u3001\u529b\u4e3e\u5343\u65a4\u9876\u3001\u67aa\u6311\u94c1\u6ed1\u8f66\uff0c\u6700\u5fc3\u60ca\u8089\u8df3\u7684\u8fd8\u6709\u53e3\u541e\u957f\u5251\u3002\u8bf4\u5230\u8fd9\u91cc\uff0c\u5c0f\u7f16\u60f3\u591a\u5634\u95ee\u4e00\u53e5\uff1a\u90a3\u60a8\u89c1\u8fc7\u53e3\u541e\u7259\u5237\uff0c\u5e76\u4e14\u201c\u575a\u6301\u201d\u8ba9\u7259\u5237\u5728\u80c3\u91cc","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1263"};
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 () {
}
});
});
}