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=1104&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: 1747124526,
nonceStr: 'q6LtEjbRQ1lT4S2R',
signature: '09c5416918b2a1ea09ae70d8b8214803d7dbae5d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/9422e5937cce8f584f83035d4dd5db3b.jpg","title":"\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\uff1a\u5185\u810f\u5168\u53cd\u4f4d\uff0c\u8179\u8154\u955c\u4e0b\u6700\u590d\u6742\u809d\u80c6\u624b\u672f\u5237\u65b0\u7eaa\u5f55","smalltext":"\u5fc3\u3001\u809d\u3001\u813e\u3001\u80c3\u3001\u80f0\u3001\u5341\u4e8c\u6307\u80a0\u3001\u80c6\u3001\u53cc\u80be\uff0c\u6000\u5316\u4e94\u65ec\u7537\u5b50\u80f8\u8154\u3001\u8179\u8154\u5185\u7684\u6240\u6709\u810f\u5668\u5168\u90fd\u957f\u53cd\u4e86\uff0c\u6210\u4e86\u767e\u4e07\u91cc\u6311\u4e00\u7684\u201c\u955c\u9762\u4eba\u201d\u3002\u7531\u4e8e\u80f0\u5934\u5360\u4f4d\uff0c\u4ed6\u5728\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\u809d\u80c6\u5916\u79d1\u63a5\u53d7\u4e863D\u8179\u8154","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1104"};
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 () {
}
});
});
}