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=2358&classid=10&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: 1744323962,
nonceStr: '03fh1MOS0RxJGJ0D',
signature: 'b8748a60cbc2c678e090b5964c36ab4cc28eb448',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u57f9\u80b2\u9ad8\u8d28\u91cf\u53d1\u5c55\u65b0\u5f15\u64ce","smalltext":"\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\u521b\u5efa\u4e8e1919\u5e74\uff0c\u73b0\u6709\u804c\u5de51557\u4eba\uff0c\u5f00\u653e\u5e8a\u4f4d1000\u5f20\uff0c\u5e74\u95e8\u3001\u6025\u8bca\u91cf\u8fbe120 \u4e07\u4eba\u6b21\uff0c\u51fa\u9662\u75c5\u4eba 4.3\u4eba\u6b21\uff0c\u624b\u672f14538\u4f8b\u3002\u81ea2015\u5e7412\u6708\u63a5\u53d7\u6d59\u5927\u4e00\u9662\u7684\u5168\u9762\u6258\u7ba1\u4ee5\u6765\uff0c\u7ecf\u8fc7\u56db\u5e74\u7684\u53d1\u5c55\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2358"};
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 () {
}
});
});
}