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=1133&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: 1747123602,
nonceStr: 'm0dLKrBDzSFXihtW',
signature: '19cd40ae0884aed27eec2bf3d895560abed9ad23',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/554d82b02d7faf9e9b2dd231cd73a4fa.png","title":"\u626c\u5dde\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u8d34\u5fc3\u62a4\u58eb\u81ea\u5236\u5065\u5eb7\u6708\u997c \u7cd6\u5c3f\u75c5\u4eba\u91cd\u6e29\u4e2d\u79cb\u6ecb\u5473","smalltext":"\u4e2d\u79cb\u4f73\u8282\uff0c\u8d4f\u660e\u6708\u3001\u54c1\u6708\u997c\u662f\u4e2d\u56fd\u7684\u4f20\u7edf\u4e60\u4fd7\u3002\u8fd9\u65e2\u662f\u4e00\u79cd\u6587\u5316\u4f20\u627f\uff0c\u53c8\u662f\u4e00\u79cd\u7f8e\u98df\u4eab\u53d7\u3002\u5982\u4eca\u7684\u6708\u997c\u867d\u7136\u6b3e\u5f0f\u591a\uff0c\u53e3\u5473\u597d\uff0c\u4f46\u5f88\u591a\u7cd6\u5c3f\u75c5\u4eba\u7fa4\u5374\u4ecd\u5c06\u6708\u997c\u89c6\u4e3a\u7981\u5fcc\uff0c\u60f3\u5403\uff0c\u6015\u6708\u997c\u542b\u7cd6\u91cf\u592a\u9ad8\uff1b\u4e0d\u5403","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1133"};
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 () {
}
});
});
}