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=2846&classid=10&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: 1743770922,
nonceStr: '3qnlqugRzpuhDooI',
signature: '4a1b550d362731abc3901efb302cd0406335f6d4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e1c\u839e\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u4eba\u6587\u7ba1\u7406\u6210\u4e3a\u533b\u9662\u53d1\u5c55\u7684\u6838\u5fc3\u52a8\u529b","smalltext":" \u4e1c\u839e\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u59cb\u5efa\u4e8e1951\u5e74\uff0c\u662f\u4e1c\u839e\u5e02\u552f\u4e00\u4e00\u6240\u4e09\u7ea7\u7532\u7b49\u5987\u5e7c\u4fdd\u5065\u673a\u6784\uff0c\u96c6\u533b\u7597\u3001\u4fdd\u5065\u3001\u79d1\u7814\u3001\u6559\u5b66\u3001\u57fa\u5c42\u6307\u5bfc\u4e3a\u4e00\u4f53\u30022019\u5e74\uff0c\u533b\u9662\u95e8\u8bca\u91cf\u4e3a181\u4e07\u4eba\u6b21\uff0c\u51fa\u9662\u60a3\u80054.5\u4e07\u4eba\u6b21\uff0c\u65b0\u751f\u513f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2846"};
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 () {
}
});
});
}