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=4322&classid=9&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: 1743872488,
nonceStr: 'nwK6HkgfRE4ZqVY2',
signature: '0a3fcb20824656f3b8ad35966eb6bdc29f430274',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202105\/7a37bd8260f1268820e87def6eef9002.jpg","title":"\u300a\u89c9\u9192\u5e74\u4ee3\u300b\u7f16\u5267\u9f99\u5e73\u5e73:\u4ec0\u4e48\u662f\u5171\u4ea7\u515a\u4eba\uff1f","smalltext":"5\u670812\u65e5\uff0c\u4e2d\u592e\u5e7f\u64ad\u7535\u89c6\u603b\u53f0\u592e\u89c6\u7efc\u827a\u9891\u9053\u300a\u4e2d\u56fd\u6587\u827a\u62a5\u9053\u300b\u4e3b\u6301\u4eba\u5bab\u5ca9\u5bf9\u8bdd\u7535\u89c6\u5267\u300a\u89c9\u9192\u5e74\u4ee3\u300b\u7f16\u5267\u3001\u515a\u53f2\u4e13\u5bb6\u9f99\u5e73\u5e73\uff0c\u73b0\u573a\u63ed\u79d8\u300a\u89c9\u9192\u5e74\u4ee3\u300b\u521b\u4f5c\u80cc\u540e\u7684\u6545\u4e8b\u3002\u300a\u89c9\u9192\u5e74\u4ee3\u300b\u00b7\u6e90\u8d77\u8bf4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=4322"};
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 () {
}
});
});
}