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=872&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: 1747140470,
nonceStr: 'oDKzqgYzkOFO6jXi',
signature: '5d48d41918c0b1f0f43b6c7e017d4569d3369f16',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/10d8039e25a78a94c706ff149c0186a4.jpg","title":"\u897f\u5317\u5987\u5973\u513f\u7ae5\u533b\u9662\uff1a\u533b\u751f22\u5e74\u65e0\u507f\u732e\u8840151\u6b21","smalltext":"\u897f\u5317\u5987\u5973\u513f\u7ae5\u533b\u9662\u513f\u4fdd\u79d1\u9ec4\u54f2\u533b\u751f22\u5e74\u575a\u6301\u65e0\u507f\u732e\u8840\uff0c\u5f71\u54cd\u548c\u5e26\u52a8\u4e86\u5468\u56f4\u66f4\u591a\u7684\u540c\u4e8b\u548c\u670b\u53cb\u52a0\u5165\u5230\u65e0\u507f\u732e\u8840\u7684\u961f\u4f0d\u5f53\u4e2d\uff0c\u5728\u5f53\u5730\u4f20\u4e3a\u4f73\u8bdd\u3002\u4eca\u5e7448\u5c81\u7684\u9ec4\u54f2\uff0c1997\u5e745\u67088\u65e5\uff0c26\u5c81\u7684\u9ec4\u54f2\u8d70\u5230\u897f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=872"};
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 () {
}
});
});
}