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=1190&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: 1743702955,
nonceStr: '7mh930LvHQBHcBc2',
signature: '4e9d2971d95758264900650a90c04af872ecfdc5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u7b2c\u4e00\u5987\u5a74\u4fdd\u5065\u9662\u9ad8\u8273:\u5728\u4e0a\u6d77\u5927\u6447\u7bee\u91cc\u5efa\u8bbe\u533b\u9662\u4eba\u6587\u54c1\u724c\u5f88\u840c\u5f88\u5feb\u4e50","smalltext":"\u201c\u5404\u4f4d\u9886\u5bfc\u3001\u540c\u4ec1\uff0c\u5927\u5bb6\u597d\uff01\u4f5c\u4e3a\u4e00\u540d\u2018\u665a\u4ea7\u513f\u2019\u3001\u2018\u96be\u4ea7\u513f\u2019\uff0c\u4eca\u5929\u80fd\u591f\u52a0\u76df\u4e0a\u6d77\u5e02\u7b2c\u4e00\u5987\u5a74\u4fdd\u5065\u9662\uff08\u4e0b\u7b80\u79f0\u4e00\u5987\u5a74\uff09\uff0c\u4e0e\u5987\u4ea7\u79d1\u5927\u5496\u4eec\u505a\u540c\u4e8b\uff0c\u6211\u771f\u7684\u975e\u5e38\u611f\u8c22\u547d\u8fd0\u8fd9\u4e2a\u5947\u5999\u7684\u5b89\u6392\uff01\u201d2017\u5e743\u6708\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1190"};
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 () {
}
});
});
}