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=1097&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: 1743703027,
nonceStr: 'wupX7z3rtpfkjGoB',
signature: 'b964890625cc2f3bf74518a67bef5d162bb163c0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b89\u5fbd\u7701\u94dc\u9675\u5e02\u7acb\u533b\u9662\u6768\u7389\u798f:\u201c\u76f8\u8f7b\u201d\u4ea6\u51fa\u5f69","smalltext":"\u201c\u6587\u4eba\u76f8\u8f7b\u201d\uff0c\u4eca\u53e4\u5c61\u89c1\u4e0d\u9c9c\u3002\u8fd9\u91cc\uff0c\u6211\u8981\u8bb2\u7684\u662f\u94dc\u9675\u5e02\u7acb\u533b\u9662\u5728\u7ec4\u7ec7\u521b\u4f5c\u300a\u94dc\u9675\u5e02\u7acb\u533b\u9662\u8d4b\u300b\u5de5\u4f5c\u4e2d\uff0c\u51e0\u4e2a\u201c\u6587\u4eba\u201d\u201c\u76f8\u8f7b\u201d\u7684\u6545\u4e8b\u30022016\u5e74\u521d\uff0c\u533b\u9662\u5728\u8003\u8651\u5e74\u5ea6\u5de5\u4f5c\u8ba1\u5212\u65f6\uff0c\u5176\u8bae\u9898\u4e4b\u4e00\u662f\u56f4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1097"};
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 () {
}
});
});
}