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=4302&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: 1744969607,
nonceStr: 'clPnwLKq4yxGPi1D',
signature: '4b7925439fd69d5bb1b63f1862d9648cde5bb877',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u666e\u6d31\u5e02\u4e2d\u5fc3\u533b\u9662:\u5c81\u6708\u4f1a\u8001\uff0c\u4fe1\u4ef0\u4e0d\u53d8\uff01\u6211\u5c06\u5fc3\u6000\u4fe1\u4ef0\u65e0\u754f\u524d\u884c","smalltext":"\u6211\u662f\u666e\u6d31\u5e02\u4e2d\u5fc3\u533b\u9662\uff08\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff09\u60a3\u8005\u670d\u52a1\u4e2d\u5fc3\u7684\u4e00\u540d\u5de5\u4f5c\u4eba\u5458\u3002\u6bcf\u5929\uff0c\u6211\u8981\u9762\u5bf9200\u4f59\u540d\u75c5\u60a3\uff0c\u56f4\u7ed5\u4ed6\u4eec\u7684\u9700\u6c42\u6765\u63d0\u4f9b\u4f18\u8d28\u7684\u670d\u52a1\u3002\u521a\u6bd5\u4e1a\u7684\u65f6\u5019\uff0c\u6211\u7684\u540c\u5b66\u6709\u7684\u5f53\u4e86\u533b\u751f\u6216\u8005\u62a4\u58eb\uff0c\u6709\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4302"};
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 () {
}
});
});
}