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=1348&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: 1747193619,
nonceStr: '6XEvwE9Cm22k61Aj',
signature: '6bee4bc59d8abaaf7c42ca06228862b4d61d2b34',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\uff1a100\u6b21\u91cd\u590d\uff0c10000\u4eba\u53c2\u4e0e","smalltext":"\u4e09\u5e74\u65f6\u95f4\u91cc\uff0c\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\u5f00\u5c55\u57f9\u8bad\u5df2\u8fbe100\u573a\u6b21\uff0c\u53d7\u76ca\u8fd1\u4e00\u4e07\u4eba\u3002\u7387\u5148\u4e8e2016\u5e749\u670812\u65e5\u52a0\u5165\u7531\u6e56\u5357\u7701\u6025\u6551\u533b\u5b66\u7814\u7a76\u6240\u3001\u6e56\u5357\u7701\u7d27\u6025\u533b\u5b66\u6551\u63f4\u57f9\u8bad\u4e2d\u5fc3\u5021\u8bae\u7684\u201c\u73b0\u573a\u6551\u62a4\u2014\u2014\u7b2c\u4e00\u76ee\u51fb\u8005\u884c\u52a8\u8054\u76df\u201d\uff0c\u7ecf\u5e38\u5728\u4e2d\u592e\u7535\u89c6\u53f0\u3001\u6e56\u5357\u7ecf\u89c6\u53f0\u3001\u5e38\u5fb7\u7535\u89c6\u53f0\u53ca\u5404\u79cd\u65b0\u5a92\u4f53\u4e0a\u5e7f\u6cdb\u62a5\u9053\uff0c\u88ab\u5168\u5e02\u533a\u5927\u529b\u5730\u63a8\u8350\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1348"};
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 () {
}
});
});
}