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=1280&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: 1747169887,
nonceStr: 'BxStA3M6Cx2dVw8D',
signature: '2eee831518169b577b5deaa27a914b2192b7615e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/7d5c4933d2d1bf22e5b26fbc4fa7c3b3.png","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u804b\u4eba\u5c31\u8bca\u65e0\u969c\u788d\uff01\u624b\u8bed\u516c\u5f00\u8bfe\u5f00\u73ed","smalltext":"\u6628\u5929\uff0810\u670815\u65e5\uff09\u4e0b\u5348\uff0c\u7531\u82cf\u5dde\u5e02\u804b\u4eba\u534f\u4f1a\u3001\u82cf\u5dde\u5e02\u5584\u7231\u624b\u8bed\u516c\u76ca\u670d\u52a1\u4e2d\u5fc3\u4e3b\u529e\uff0c\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u627f\u529e\u7684\u7b2c\u4e8c\u5c4a\u6587\u4f53\u8282\u4e4b\u7b2c\u4e00\u671f\u201c\u624b\u8bed\u516c\u5f00\u8bfe\u201d\u6b63\u5f0f\u5f00\u73ed\uff0c\u8fd160\u4f4d\u533b\u62a4\u4eba\u5458\u62a5\u540d\u53c2\u52a0\uff0c\u5b66\u4e60\u6c1b\u56f4\u5f02\u5e38\u6d53\u539a\u3002\u672c\u6b21\u8bfe","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1280"};
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 () {
}
});
});
}