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=3235&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: 1745151070,
nonceStr: '62KFtRkQeBYFKS5t',
signature: 'e845ae74810959b3315e5e25e30e7b2f6a6ab2aa',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u300a\u4e2d\u56fd\u533b\u5b66\u4f26\u7406\u5b66\u300b\u6742\u5fd7\u793e\uff1a\u5f18\u626c\u4eba\u6587\u7cbe\u795e \u53d1\u5c55\u4e2d\u56fd\u8001\u5e74\u7167\u62a4\u4e8b\u4e1a","smalltext":"\u57285\u670810\u65e5\u53ec\u5f00\u7684\u201c\u793c\u8d5e\u7956\u56fd\u2014\u2014\u6297\u75ab\u4e0e\u4eba\u6587\u62a4\u7406\u6559\u80b2\u6559\u5b66\u6539\u9769\u66a8\u8bfe\u7a0b\u601d\u653f\u5efa\u8bbe\u4f1a\u8bae\u201d\u4e0a\uff0c\u9655\u897f\u7701\u804c\u4e1a\u75c5\u9632\u6cbb\u9662\uff08\u94dc\u5ddd\u5e02\u804c\u4e1a\u75c5\u9632\u6cbb\u9662\uff09\u9662\u957f\u5218\u5cf0\u4ee3\u8868\u4e0e\u4f1a\u4eba\u5458\uff0c\u5ba3\u8bfb\u4e86\u9898\u4e3a\u201c\u5f18\u626c\u4eba\u6587\u7cbe\u795e \u53d1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3235"};
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 () {
}
});
});
}