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=920&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: 1747100311,
nonceStr: 'blEpIJV4nKrF8VQu',
signature: 'f0ad11269141a950a57e8e47cad569fa6d9eb7b4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/5ba698a1d4574ac7d0eb6d7e795dffc7.jpg","title":"\u6731\u6797\uff1a\u53ea\u6709\u8fd9\u6837\uff0c\u624d\u80fd\u8d34\u8fd1\u4ed6\u4eec","smalltext":"\u6731\u6797\u6240\u5728\u7684\u6c5f\u9634\u5e02\u795d\u5858\u9547\uff0c\u5728\u53bb\u5e741\u6708\u4efd\u88ab\u786e\u5b9a\u4e3a\u6c5f\u9634\u5e02\u5bb6\u5ead\u533b\u751f\u7b7e\u7ea6\u670d\u52a1\u5de5\u4f5c\u7684\u8bd5\u70b9\u3002\u5168\u9547\u6210\u7acb\u4e8612\u652f\u5bb6\u5ead\u533b\u751f\u670d\u52a1\u56e2\u961f\uff0c\u7531\u526f\u4e3b\u4efb\u533b\u5e08\u6216\u9ad8\u5e74\u8d44\u4e3b\u6cbb\u533b\u5e08\u62c5\u4efb\u56e2\u961f\u957f\uff0c\u6731\u6797\u5c31\u662f\u5176\u4e2d\u4e4b\u4e00\uff0c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=920"};
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 () {
}
});
});
}