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=3383&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: 1745135491,
nonceStr: 'wY29LxEWGx5XqcpC',
signature: '241349ec7a595137e605b5d88240bf4cfd99378d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u5fc3\u80ba\u590d\u82cf \u6210\u201c\u6551\u201d\u4f60\u6211","smalltext":"\u6bcf\u5e74\u76846\u67081\u65e5-7\u65e5\u662f\u201c\u4e2d\u56fd\u5fc3\u80ba\u590d\u82cf\u5468\u201d\uff0c\u65e8\u5728\u901a\u8fc7\u79d1\u666e\u5fc3\u80ba\u590d\u82cf\uff0b\u5fc3\u810f\u9664\u98a4\uff08CPR-D\uff09\u63d0\u5347\u6c11\u4f17\u5fc3\u810f\u6025\u6551\u610f\u8bc6\uff0c\u63d0\u9ad8\u9662\u5916\u5fc3\u810f\u9aa4\u505c\u6551\u6cbb\u6210\u529f\u7387\u3002\u8fd1\u65e5\uff0c\u6566\u5316\u5e02\u533b\u9662\u5fc3\u8840\u7ba1\u5185\u79d1\u5f00\u5c55\u4e86\u5fc3\u80ba\u590d\u82cf--\u6210","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3383"};
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 () {
}
});
});
}