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=3688&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: 1745119997,
nonceStr: 'XsR8Sz8TDrPyEMRG',
signature: '3b2077a849e271096a43bffa1f77009631ee5ed6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u5f00\u5c55 2020\u5e74\u201c\u4e2d\u56fd\u9884\u9632\u51fa\u751f\u7f3a\u9677\u65e5\u201d\u4e49\u8bca","smalltext":"9\u670812\u65e5\u662f\u201c\u4e2d\u56fd\u9884\u9632\u51fa\u751f\u7f3a\u9677\u65e5\u201d\u3002\u6211\u56fd\u662f\u51fa\u751f\u7f3a\u9677\u9ad8\u53d1\u7684\u56fd\u5bb6\u4e4b\u4e00\uff0c\u6bcf\u5e74\u670980\u4e07\u2014120\u4e07\u540d\u51fa\u751f\u7f3a\u9677\u513f\u3002\u4e3a\u5ba3\u4f20\u666e\u53ca\u4f18\u751f\u4f18\u80b2\u79d1\u5b66\u77e5\u8bc6\uff0c\u5f15\u5bfc\u5e7f\u5927\u7fa4\u4f17\u81ea\u89c9\u53c2\u4e0e\u5a5a\u68c0\u3001\u5b55\u68c0\u3001\u4ea7\u524d\u7b5b\u67e5\u4ee5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3688"};
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 () {
}
});
});
}