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=348&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: 1743900472,
nonceStr: '2HWGkjxLhYw5ysbA',
signature: '348d03b46f55f93a75f7adf3dbee77e4be8f6ddd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u666e\u4ec1\u533b\u9662\uff1a\u533b\u751f\u6bcf\u5929\u8e72\u5728\u5e8a\u8fb9\u4e3a\u8001\u4eba\u522e\u9aa8\u7597\u4f24","smalltext":" \u201c\u6bcf\u6b21\u533b\u751f\u7ed9\u8001\u4f34\u6e05\u7406\u8150\u70c2\u7684\u4f24\u53e3\u65f6\uff0c\u6211\u90fd\u88ab\u81ed\u5f97\u5934\u53d1\u6655\uff0c\u53ef\u4ed6\u4eec\u5374\u6beb\u4e0d\u5acc\u5f03\uff0c\u8e72\u5728\u75c5\u5e8a\u8fb9\u4e24\u4e2a\u5c0f\u65f6\uff0c\u4e00\u8fb9\u6e05\u7406\u4f24\u53e3\uff0c\u8fd8\u4e00\u8fb9\u5b89\u6170\u6211\u4eec\uff0c\u50cf\u5bf9\u5f85\u81ea\u5df1\u7684\u4eb2\u4eba\u4e00\u6837\u3002\u201d\u6628\u65e5\uff0c\u966a\u7740\u8001\u4f34\u6765\u6b66\u6c49\u666e\u4ec1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=348"};
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 () {
}
});
});
}