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=2718&classid=13&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: 1743814319,
nonceStr: 'nDWB6rYVav5GMRVk',
signature: '40fb8d6a436772317b105a12166db23d39d3c838',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7518\u5dde\u533a\u5987\u5e7c\u4fdd\u5065\u9662\u5987\u79d1\uff1a\u6253\u9020\u4eba\u6587\u5efa\u8bbe\u5dfe\u5e3c\u519b \u5531\u54cd\u5065\u5eb7\u4e2d\u56fd\u4e3b\u65cb\u5f8b","smalltext":"\u7518\u5dde\u533a\u5987\u5e7c\u4fdd\u5065\u9662\u5987\u79d1\u662f\u4e00\u652f\u5bcc\u6709\u671d\u6c14\u800c\u56e2\u7ed3\u5411\u4e0a\u7684\u56e2\u961f\uff0c\u5979\u4eec\u4ee5\u4eba\u6587\u5efa\u8bbe\u4e3a\u7075\u9b42\uff0c\u575a\u5b88\u533b\u8005\u4ec1\u5fc3\u7406\u5ff5\uff0c\u5021\u5bfc\u4ee5\u4eba\u4e3a\u672c\u5927\u7231\uff0c\u79c9\u6301\u6551\u6b7b\u6276\u4f24\u539f\u5219\uff0c\u7cbe\u5fc3\u6253\u9020\u201c\u5065\u5eb7\u3001\u7f8e\u4e3d\u3001\u6e29\u99a8\u201d\u7684\u79d1\u5ba4\u4eba\u6587\u5efa\u8bbe","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2718"};
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 () {
}
});
});
}