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=4003&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: 1745056102,
nonceStr: 'PmsAw1cvA76mh6VM',
signature: 'b936e13eeb6c6e4e044080139cfa649dceb20877',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202102\/6d67fb5d1dcdf8068a0842e7f4cdc8fd.jpg","title":"\u6c49\u4e2d\u5e023201\u533b\u9662\uff1a\u4e0d\u8981\u6015\uff0c\u6211\u7ed9\u4f60\u5f53\u60a3\u8005","smalltext":"\u201c\u4e0d\u8981\u6015\uff0c\u6211\u7ed9\u4f60\u5f53\u60a3\u8005\uff01\u201d\u8bf4\u8fd9\u8bdd\u7684\u662f\u6c49\u4e2d\u5e023201\u533b\u9662\u80bf\u7624\u5916\u79d1\u62a4\u58eb\u957f\u7fdf\u519b\u4e3d\uff0c\u5f53\u65f6\u5979\u968f\u9547\u5df4\u53bf\u4e2d\u533b\u9662\u526f\u9662\u957f\u9648\u5b5d\u6c5f\u5230\u8be5\u9662\u533b\u5171\u4f53\u5355\u4f4d\u2014\u2014\u9752\u6c34\u4e2d\u5fc3\u536b\u751f\u9662\u8fdb\u884c\u5bf9\u53e3\u5e2e\u6276\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c\u3002\u5728","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4003"};
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 () {
}
});
});
}