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=4111&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: 1745056474,
nonceStr: 'PFw1TpxzdYHWpXlN',
signature: '0f187b1c348ee2b350c733cfd238ca668deb3404',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5e02\u6b66\u660c\u533b\u9662\uff1a\u7b49\u4e0d\u6781\u6838\u9178\u7ed3\u679c\uff0c\u5352\u4e2d\u533b\u751f\u5728\u7b49\u62ce\u8d77\u6eb6\u6813\u7bb1\u51b2\u8fdb\u4e86\u6025\u8bca\u79d1","smalltext":" \u201c\u6211\u5728\u8fd9\u91cc\u5411\u4f60\u4eec\u6df1\u6df1\u97a0\u8eac\u9053\u8c22\u4e86\uff0c\u611f\u8c22\u8c2d\u533b\u751f\u548c\u4f60\u4eec\u5168\u4f53\u533b\u62a4\u4eba\u5458\u6551\u4e86\u6211\u7684\u547d\u3002\u201d2\u67081\u65e5\uff0c\u9ec4\u5a46\u5a46\u51fa\u9662\u65f6\uff0c\u624b\u91cc\u6367\u7740\u81ea\u5df1\u4eb2\u7b14\u5199\u7684\u611f\u8c22\u4fe1\u4ea4\u5230\u533b\u751f\u624b\u4e2d\uff0c\u867d\u7136\u5b57\u4f53\u6392\u5217\u4e0d\u6574\u9f50\uff0c\u4f46\u53ef\u4ee5\u770b\u51fa\u8001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4111"};
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 () {
}
});
});
}