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=3190&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: 1745150646,
nonceStr: 'NZWTXEUpDqwmK7tV',
signature: 'e47bd85553eeb4357f91478a11636f1ad479baae',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202005\/54693bc3319bb1d70d9f619a04df0a12.jpg","title":"\u7075\u5ddd\u53bf\u5b9a\u6c5f\u9547\u4e2d\u5fc3\u536b\u751f\u9662\uff1a\u4ee5\u201c\u9752\u6625\u4e4b\u540d\u201d\uff0c\u81f4\u656c\u201c\u4e94\u56db\u7cbe\u795e\u201d","smalltext":" \u4e3a\u5f18\u626c\u201c\u4e94\u56db\u7cbe\u795e\u201d\uff0c\u5b9a\u6c5f\u9547\u4e2d\u5fc3\u536b\u751f\u9662\u516c\u536b\u4e00\u79d1\uff0c\u9662\u529e\u3001\u540e\u52e4\u768411\u540d\u515a\u3001\u56e2\u5458 2020.05.04-2020.05.05\u8fd9\u4e24\u5929\u6b63\u4ee5\u5b9e\u9645\u884c\u52a8\u8be0\u91ca\u4e86\u9752\u5e74\u62c5\u5f53\u3002 \u6211\u9662\u7684\u515a\u3001\u56e2\u5fd7\u613f\u8005\u5145\u5206\u53d1\u6325","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3190"};
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 () {
}
});
});
}