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=1005&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: 1738756726,
nonceStr: 'NxTi2VUh1oHI4gLW',
signature: '9334d484703b3dc1fda6881f4464a1b67b1ce8b5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5cb3\u6c60\u53bf\u4eba\u6c11\u533b\u9662\u9ec4\u6676\uff1a\u6211\u662f\u5cb3\u533b\u201c\u9662\u4e8c\u4ee3\u201d","smalltext":"\u5cb3\u533b\u201c\u9662\u4e8c\u4ee3\u201d\u662f\u6211\u4eec\u8fd9\u7fa4\u7236\u6bcd\u5728\u5cb3\u6c60\u53bf\u4eba\u6c11\u533b\u9662\u5de5\u4f5c\uff0c\u4ece\u5c0f\u5728\u533b\u9662\u957f\u5927\u53c8\u56de\u5230\u533b\u9662\u5de5\u4f5c\u7684\u5b69\u5b50\u4eec\u81ea\u79f0\u3002\u8fd1\u534a\u4e2a\u4e16\u7eaa\uff0c\u6211\u4eec\u8ddf\u968f\u7740\u533b\u9662\u4e00\u8d77\u6210\u957f\uff0c\u6211\u4eec\u719f\u6089\u8fd9\u91cc\u66fe\u7ecf\u7684\u4e00\u8349\u4e00\u6728\uff0c\u4e00\u7816\u4e00\u74e6\uff0c\u6211\u4eec","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1005"};
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 () {
}
});
});
}