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=3778&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: 1745108996,
nonceStr: '9OTGE3LPtZwqosHq',
signature: '0b3302d29a2e0e7cf034b75b22996c74e5da43fd',
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\u4e2d\u533b\u9662\uff1a\u95e8\u524d\u6551\u4eba\uff0c\u95e8\u540e\u8bfb\u4e66","smalltext":"\u95e8\u524d\uff0c\u6211\u4eec\u884c\u533b\u6551\u4eba\uff0c\u95e8\u540e\u5374\u6697\u85cf\u7384\u673a\uff0c\u53d8\u6210\u8bfb\u4e66\u56ed\u5730\uff0c\u201c\u6587\u660e\u9605\u8bfb\uff0c\u968f\u8d70\u968f\u8fd8\u201d\u7684\u5b57\u6837\u6e05\u6670\u9192\u76ee\uff0c\u5f69\u8272\u7684\u683c\u5b50\uff0c\u6392\u653e\u6709\u5e8f\u7684\u4e66\u7c4d\uff0c\u5f97\u5230\u5f88\u591a\u5bb6\u957f\u4e0e\u5b69\u5b50\u7684\u6b22\u8fce\uff0c\u6210\u529f\u7684\u5438\u5f15\u8d77\u5927\u5bb6\u7684\u6ce8\u610f\u529b\uff0c\u771f\u6b63\u7684\u5b9e\u73b0\u4e86\u653e\u4e0b\u624b\u673a\u6367\u8d77\u4e66\u672c\u7684\u521d\u8877\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3778"};
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 () {
}
});
});
}