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=796&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: 1746984024,
nonceStr: 'S4AV4X3G3fgjo1mi',
signature: '3ed3e81cc000b22901750e95f5084ca9900a6b5d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/942f8b3dcd43c2c57aadf1fc87d641de.jpg","title":"\u9752\u5ddd\u53bf\u4e2d\u533b\u533b\u9662\uff1a\u533b\u62a4\u4eba\u5458\u638f\u94b1\u7ed9\u60a3\u8005\u9001\u793c","smalltext":"\u201c\u8c22\u8c22\u4f60\u4eec\uff0c\u4f60\u4eec\u5c31\u50cf\u6211\u7684\u4eb2\u4eba\u4e00\u6837\u201d\u8eba\u5728\u75c5\u5e8a\u4e0a\u7684\u5510\u6620\u79c0\u865a\u5f31\u5730\u8bf4\u3002\u5510\u6620\u79c0\u4ece\u4e0d\u66fe\u60f3\u8fc7\u4f1a\u5728\u8fd9\u4e2a\u4eab\u53d7\u5929\u4f26\u4e4b\u4e50\u7684\u5e74\u7eaa\u4e0e\u533b\u9662\u7ed3\u4e0b\u4e0d\u89e3\u4e4b\u7f18\u30026\u670820\u65e5\u4e0a\u5348\uff0c\u9752\u5ddd\u53bf\u4e2d\u533b\u533b\u9662\u5916\u79d1\u4e3b\u4efb\u6768\u542b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=796"};
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 () {
}
});
});
}