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=3161&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: 1745151348,
nonceStr: 'mQT7leQ4vtauepD2',
signature: '9ee1d6cda8b92237afdab4e3119d2a737501b661',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9ec4\u5c71\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u63a2\u8bbf\u9ec4\u5c71\u5e02\u4eba\u6c11\u533b\u9662\u770b\u75c5\u62ff\u836f\u5c11\u6392\u961f\u7684\u5965\u79d8","smalltext":"\u5982\u679c\u6709\u4eba\u5728\u95ee\uff0c\u5728\u5b89\u5fbd\u7701\u9ec4\u5c71\u5e02\u4eba\u6c11\u533b\u9662\u770b\u75c5\u62ff\u836f\u9700\u8981\u6392\u957f\u961f\u5417\uff1f\u5927\u5bb6\u90fd\u4e0d\u5047\u601d\u7d22\u5730\u5f02\u53e3\u540c\u58f0\u5730\u7b54\u9053\uff1a\u201c\u8fd9\u662f\u5fc5\u987b\u7684\u3002\u201d\u4f464\u670824\u65e5\u4e0a\u534810\u65f6\u8bb8\uff0c68\u5c81\u7684\u5218\u5927\u7237\u4ece\u8be5\u9662\u56db\u697c\u65b9\u4fbf\u95e8\u8bca\u5f00\u5b8c\u836f\u540e\uff0c\u53ea","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3161"};
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 () {
}
});
});
}