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=2749&classid=13&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: 1743818434,
nonceStr: 'bb8sfIr3uGqMGoIm',
signature: '1267bb4577d8d1b41244f07f8d38397a04e39eb7',
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\u5949\u8d24\u533a\u4e2d\u5fc3\u533b\u9662\u5ba3\u4f20\u6587\u660e\u5904\uff1a\u6211\u4eec\u662f\u8fd9\u573a\u6218\u201c\u75ab\u201d\u7684\u8bb0\u5f55\u8005","smalltext":"\u5e9a\u5b50\u51ac\u6625\uff0c\u4e00\u573a\u7a81\u5982\u5176\u6765\u7684\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u80ba\u708e\u75ab\u60c5\uff0c\u5e2d\u5377\u4e86\u795e\u5dde\u5927\u5730\u3002\u4f5c\u4e3a\u4e0a\u6d77\u5e02\u536b\u751f\u5065\u5eb7\u59d4\u6307\u5b9a\u7684\u65b0\u51a0\u80ba\u708e\u533b\u7597\u6551\u6cbb\u5b9a\u70b9\u533b\u9662\uff0c\u5949\u8d24\u533a\u4e2d\u5fc3\u533b\u9662\u8fc5\u901f\u542f\u52a8\u5e94\u6025\u9884\u6848\uff0c\u5168\u9662\u8fdb\u5165\u6297\u75ab\u72b6\u6001\u3002\u8bb0\u5f55","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2749"};
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 () {
}
});
});
}