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=3264&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: 1745151346,
nonceStr: 'lQzd0rXrxQICNElH',
signature: '0c7fee15b85652ddcdd7be96be725c88b2a91e83',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u6821\u957f\u9ec4\u94a2\uff1a\u201c\u4e9a\u6d32\u533b\u5b66\u4e2d\u5fc3\u201d\u9700\u8981\u5339\u914d\u600e\u6837\u7684\u62a4\u7406\u8d44\u6e90","smalltext":"5.12\u56fd\u9645\u62a4\u58eb\u8282\u524d\u5915\uff0c\u300a\u6587\u6c47\u62a5\u300b\u520a\u53d1\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u6821\u957f\u9ec4\u94a2\u7f72\u540d\u6587\u7ae0\uff1a\u201c\u4e9a\u6d32\u533b\u5b66\u4e2d\u5fc3\u201d\u9700\u8981\u5339\u914d\u600e\u6837\u7684\u62a4\u7406\u8d44\u6e90\u3002 \u6587\u7ae0\u6307\u51fa\u62a4\u7406\u662f\u536b\u751f\u5065\u5eb7\u4e8b\u4e1a\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u5728\u7ef4\u62a4\u548c\u4fc3\u8fdb\u4eba\u6c11","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3264"};
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 () {
}
});
});
}