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=1415&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: 1747190571,
nonceStr: 'FJjEvxPIy9s3anUI',
signature: '016f995b644a446bcf3b3ecc92ac13105b4d6cf4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/e8bc5d47b51fe961dcfb65531a073593.jpg","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u6258\u7ba1\u5bff\u5b81\u53bf\u603b\u533b\u9662\u7b7e\u7ea6\u4eea\u5f0f\u4e3e\u884c","smalltext":"\u3000\u300011\u670825\u65e5\uff0c\u95fd\u4e1c\u533b\u9662\u6258\u7ba1\u5bff\u5b81\u53bf\u603b\u533b\u9662\u7b7e\u7ea6\u4eea\u5f0f\u5728\u5bff\u5b81\u53bf\u4e3e\u884c\u3002\u5218\u660c\u660e\u7406\u4e8b\u957f\u3001\u9662\u957f\u548c\u9ec4\u5efa\u6069\u526f\u53bf\u957f\u5206\u522b\u5728\u4eea\u5f0f\u4e0a\u81f4\u8f9e\uff0c\u5e76\u5206\u522b\u4ee3\u8868\u95fd\u4e1c\u533b\u9662\u548c\u5bff\u5b81\u53bf\u653f\u5e9c\u8fdb\u884c\u7b7e\u7ea6\u3002 \u636e\u6089\uff0c\u81ea2","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1415"};
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 () {
}
});
});
}