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=955&classid=4&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: 1743703032,
nonceStr: 'adtd7B4pZ55As84U',
signature: 'f617f7f8e3ba305f8108e7f59b471eeda7bd2f76',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\u674e\u6654\u81f3:\u5f53\u6211\u4eec\u5728\u8c08\u8bba\u54c1\u724c\u65f6\uff0c\u6211\u4eec\u5728\u8c08\u8bba\u4ec0\u4e48","smalltext":"\u201c\u56e0\u4e3a\u819d\u76d6\u79ef\u6c34\uff0c\u6211\u957f\u5e74\u884c\u8d70\u4e0d\u4fbf\uff0c\u5728\u674e\u6811\u6210\u4e3b\u4efb\u7684\u6cbb\u7597\u4e0b\uff0c\u6211\u4e09\u5929\u5c31\u6062\u590d\u5982\u5e38\u4e86\u201d\u201c\u4e4b\u524d\u5728\u5bb6\u6454\u5012\u8fc7\u4e00\u6b21\uff0c\u4f24\u4e86\u8170\uff0c\u4e5f\u5168\u9760\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\u9488\u7078\u79d1\uff0c\u73b0\u5728\u57fa\u672c\u6ca1\u4ec0\u4e48\u540e\u9057\u75c7\u201d\u2026\u2026\u4f5c\u4e3a21\u4e16\u7eaa\u7684\u4e00\u540d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=955"};
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 () {
}
});
});
}