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=846&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: 1747146225,
nonceStr: 'HcU52lNGBWJ5CJmM',
signature: '85ae19555eb3590168f40d58d44dc0b7ab3ce327',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/ddf1d8fdd5ddb5d991ca907d9d0ba257.jpg","title":"\u4e2d\u56fd\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u7b2c\u4e00\u533b\u9662\uff1a\u5b9e\u73b05G+\u8fbe\u82ac\u5947\u673a\u5668\u4eba\u6a21\u62df\u8fdc\u7a0b\u5b9e\u65f6\u4ea4\u4e92\u624b\u672f","smalltext":"5\u670828\u65e5\u4e0a\u5348\uff0c\u4e2d\u56fd\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u7b2c\u4e00\u533b\u9662\u6ccc\u5c3f\u5916\u79d1\u5229\u7528\u89c6\u9891\u878d\u5408\u7b49\u6280\u672f\uff0c\u6210\u529f\u5b8c\u6210\u4e865G\u7f51\u7edc\u73af\u5883\u4e0b\uff0c\u8fbe\u82ac\u5947\u673a\u5668\u4eba\u8f85\u52a9\u5fae\u521b\u624b\u672f\u8fc7\u7a0b\u4e2d\u7684\u5b9e\u65f6\u6a21\u62df\u8fdc\u7a0b\u624b\u672f\u6307\u5bfc\u4f1a\u8bca\u548c\u8fdc\u7a0b\u6559\u5b66\u3002\u4f9d\u62585G\u7f51","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=846"};
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 () {
}
});
});
}