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=2443&classid=12&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: 1744866330,
nonceStr: 'talBEmILAge56MuK',
signature: '9dd8aa72423ccc42e995bd85d9ba012b0da7e880',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5f25\u725f\u9547\u516c\u7acb\u4e2d\u5fc3\u536b\u751f\u9662\u82cf\u5fd7:\u5927\u51c9\u5c71\uff0c\u6211\u6765\u4e86\uff01","smalltext":"\u82cf\u5fd7\uff0c\u6210\u90fd\u5e02\u9752\u767d\u6c5f\u5f25\u725f\u9547\u516c\u7acb\u4e2d\u5fc3\u536b\u751f\u9662\u5916\u79d1\u533b\u751f\uff0c2018\u5e746\u6708\u5e95\uff0c\u82cf\u533b\u751f\u81ea\u613f\u62a5\u540d\u53c2\u52a0\u7efc\u5408\u5e2e\u6276\u51c9\u5c71\u5dde\u8131\u8d2b\u653b\u575a\u5de5\u4f5c\u961f\u961f\u5458\uff0c\u968f\u5373\u5954\u8d74\u51c9\u5c71\u5dde\u91d1\u9633\u53bf\u6728\u5e9c\u4e61\u536b\u751f\u9662\u8fdb\u884c\u4e3a\u671f\u4e09\u5e74\u7684\u63f4\u5f5d\u5de5\u4f5c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2443"};
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 () {
}
});
});
}