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=5040&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: 1744318506,
nonceStr: 'YrI5mezOEuSyt4N4',
signature: 'f4984fbc57bb99a0e83eb463986d1f210da2fcc1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4e09\u6b21\u80c6\u7ed3\u77f3\u624b\u672f\u540e\uff0c\u5973\u5b50\u80c6\u9053\u91cc\u518d\u53d6\u201c\u5de8\u77f3\u201d","smalltext":"\u201c\u60a3\u8005\u80c6\u7ed3\u77f3\u67098cm\u00d75cm\u5927\uff0c\u8db3\u8db3\u670950\u514b\u8fd9\u4e48\u91cd\uff01\u8fd9\u662f\u6211\u4ece\u533b\u8fd9\u4e48\u591a\u5e74\u89c1\u8fc7\u6700\u5927\u7684\u80c6\u9053\u7ed3\u77f3\u3002\u80c6\u7ed3\u77f3\u957f\u5f97\u591a\u7684\u6211\u89c1\u8fc7\uff0c\u4f46\u957f\u8fd9\u4e48\u5927\u7684\u7ed3\u77f3\u6211\u8fd8\u5934\u4e00\u6b21\u89c1\u3002\u201d\u5e02\u4eba\u6c11\u533b\u9662\u666e\u901a\u5916\u79d1\u4e8c\u75c5\u533a\u4e3b\u4efb\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5040"};
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 () {
}
});
});
}