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=1227&classid=9&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: 1743633014,
nonceStr: 'gA5uRFOaFE5LlrFL',
signature: '6a76a6a5983359311c4998125a6d25ebaf232554',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u4e2d\u5c71\u533b\u9662\u738b\u56fd\u6c11\u6559\u6388\uff1a\u5fc6\u6ccc\u5c3f\u5916\u79d1\u8fdb\u6b65\uff0c\u521b\u65b0\u65f6\u4ee3\u7684\u672a\u6765","smalltext":"\u5efa\u56fd70\u5e74\u6211\u4eec\u515a\u5f15\u9886\u5168\u56fd\u4eba\u6c11\u7ed8\u5c31\u4e86\u4e00\u5e45\u6ce2\u6f9c\u58ee\u9614\u7684\u5386\u53f2\u753b\u5377\uff0c\u8c31\u5199\u4e86\u4e00\u66f2\u6c14\u58ee\u5c71\u6cb3\u7684\u594b\u6597\u8d5e\u6b4c\u3002\u6211\u5df2\u7ecf70\u591a\u5c81\uff0c\u5728\u4e0a\u533b\u548c\u4e2d\u5c71\u533b\u9662\u8bfb\u4e66\u3001\u5de5\u4f5c\u657456\u5e74\u3002\u73b0\u5728\u6211\u7ecf\u5e38\u9014\u7ecf\u6821\u56ed\uff0c\u8d70\u8fdb\u533b\u9662\uff0c\u770b\u5230","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=1227"};
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 () {
}
});
});
}