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=3217&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: 1745150922,
nonceStr: 'P5T0sSueZa4JWwIa',
signature: 'b59620a15b655c76f6782b77610f39df67cfb92f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202005\/a0d1077ad3d744453f46b74f149ceffc.jpg","title":"\u897f\u5357\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u4e2d\u533b\u533b\u9662\uff1a\u201c\u620f\u7cbe\u201d\u7537\u62a4\u58eb\u957f\u7684\u9178\u751c\u82e6\u8fa3","smalltext":"\u5728109\u4e2a5\u00b712\u56fd\u9645\u62a4\u58eb\u8282\u5230\u6765\u4e4b\u9645\uff0c\u897f\u5357\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u4e2d\u533b\u533b\u9662\u4ee5\u4e00\u540d\u201c\u620f\u7cbe\u201d\u7537\u62a4\u58eb\u957f\u7684\u5de5\u4f5c\u70b9\u6ef4\u4e3a\u4e3b\u7ebf\uff0c\u62cd\u6444\u8bb2\u8ff0\u4e86\u533b\u9662\u62a4\u58eb\u5728\u5de5\u4f5c\u4e2d\u7684\u9178\u751c\u82e6\u8fa3\uff0c\u8ba9\u5927\u5bb6\u5bf9\u62a4\u58eb\u7684\u5de5\u4f5c\u6709\u66f4\u52a0\u6e05\u6670\u7684\u8ba4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3217"};
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 () {
}
});
});
}