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=104&classid=10&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: 1746242345,
nonceStr: '2mudD5zH8R1BlluH',
signature: 'c48f0170737a64b63011cac11f6c052f2c8e6982',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/9437f1e098a66b8dbafeb34749a23955.jpg","title":"\u533b\u9662\u5c45\u7136\u6709\u4e2a\u201c\u751f\u4ea7\u5408\u4f5c\u793e\u201d","smalltext":"\u80e1\u963f\u59e8\u5bb6\u7684\u5973\u513f\u5b55\u671f32\u5468\u665a\u4e0a\u53bb\u5395\u6240\u7a81\u7136\u53d1\u73b0\u6709\u4e24\u6ef4\u8840\uff0c\u6ca1\u6709\u660e\u663e\u8179\u75db\u3002\u53bb\u533b\u9662\u505a\u4e86\u68c0\u67e5\uff0c\u533b\u751f\u544a\u8bc9\u5979\uff0c\u6ca1\u6709\u660e\u663e\u53d1\u52a8\u8ff9\u8c61\uff0c\u53ef\u4ee5\u56de\u5bb6\u7ee7\u7eed\u89c2\u5bdf\u3002\u4f46\u662f\u56de\u5bb6\u53c8\u53d1\u73b0\u8840\u4e86\uff0c\u5979\u624b\u8db3\u65e0\u63aa\uff0c\u5bb6\u4eba\u4e5f\u662f\u60ca\u614c","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=104"};
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 () {
}
});
});
}