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=902&classid=4&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: 1743703020,
nonceStr: 'xhungvGzwBnWhwgP',
signature: 'bc68267d3a5a5909f8cd7b0bcb87bf49d3b449dd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/f53186e582bdd7a510c0435351dd7201.jpg","title":"\u7f57\u6c5f\u533a\u4eba\u6c11\u533b\u9662\u5f20\u6587\u8389\uff1a\u5ba3\u4f20\u201c\u5c0f\u767d\u201d\u5728\u538b\u529b\u4e2d\u6210\u957f","smalltext":"\u539f\u4ee5\u4e3a\uff0c\u5728\u4eba\u751f\u534a\u767e\u7684\u5e74\u7eaa\uff0c\u80fd\u575a\u6301\u5728\u719f\u6089\u7684\u5c97\u4f4d\u4e0a\u5e72\u5230\u9000\u4f11\uff0c\u4e5f\u662f\u4e00\u4ef6\u5706\u6ee1\u7684\u4e8b\u60c5\uff0c\u7136\u800c\u4e8b\u4e0e\u613f\u8fdd\uff0c\u4eca\u5e744\u67088\u65e5\uff0c\u6211\u522b\u8fc7\u4e86\u8fd1\u4e09\u5341\u5e74\u7684\u7edf\u8ba1\u75c5\u6848\u5de5\u4f5c\u5c97\u4f4d\uff0c\u6765\u5230\u9662\u529e\u4ece\u4e8b\u533b\u9662\u5ba3\u4f20\u3002\u521d\u6765\u548b\u5230\uff0c\u672c\u4ee5\u4e3a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=902"};
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 () {
}
});
});
}