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=3375&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: 1745135124,
nonceStr: 'MbdM1ZLo3sJn2DFr',
signature: '463fea8e547d30e6e73c7b5708092c49811c56a9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3:\u75c5\u4eba\u5728\u6211\u5fc3\u4e2d\uff0c\u6e29\u6696\u5728\u6211\u624b\u4e2d","smalltext":"\u5173\u7231\u662f\u4e00\u7f15\u6625\u98ce\uff0c\u6e29\u6696\u7740\u6bcf\u4e00\u4e2a\u56f0\u4e8e\u75be\u75c5\u6298\u78e8\u7684\u5fc3\uff0c\u5173\u7231\u662f\u706b\u70ac\uff0c\u7167\u4eae\u4e86\u6bcf\u4e00\u76cf\u660f\u6697\u65e0\u529b\u7684\u706f\uff1b\u5173\u7231\u662f\u6e2f\u6e7e\uff0c\u5b89\u629a\u7740\u6bcf\u4e00\u4f4d\u4e0d\u8fdc\u5343\u91cc\u6765\u5bfb\u533b\u7684\u60a3\u8005\u3002\u62a4\u7406\u4eba\u6587\u5173\u6000\u65e0\u5904\u4e0d\u5728\uff0c\u6216\u8bb8\u662f\u4e00\u53e5\u7b80\u5355\u7684\u95ee\u5019","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3375"};
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 () {
}
});
});
}