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=3788&classid=6&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: 1743633012,
nonceStr: 'a2CZUvcEp0Iz4TPI',
signature: '73840b57390d7d1c3deb395f553a31a1d0e5c71f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u300a\u533b\u9662\u54c1\u724c\u7684\u5965\u79d8\u300b\u9996\u6b21\u63ed\u5f00\u54c1\u724c\u771f\u8c1b","smalltext":"\u201c\u8981\u8ba9\u533b\u7597\u56de\u5f52\u751f\u547d\u81f3\u4e0a\u7684\u672c\u8d28\uff0c\u8981\u8ba9\u533b\u60a3\u4e00\u5bb6\u4eb2\uff0c\u8ba9\u5065\u5eb7\u4e2d\u56fd\u6210\u4e3a\u73b0\u5b9e\uff0c\u533b\u9662\u7ba1\u7406\u5fc5\u987b\u56f4\u7ed5\u4eba\u6587\u54c1\u724c\uff0c\u54c1\u724c\u5316\u8ba9\u533b\u52a1\u4eba\u5458\u548c\u533b\u9662\u7ba1\u7406\u8005\u6709\u4e86\u53c2\u4e0e\u611f\u3001\u4f7f\u547d\u611f\u3001\u8d23\u4efb\u611f\u3001\u8363\u8a89\u611f\uff0c\u4eba\u6587\u8ba9\u7ba1\u7406\u66f4\u6709","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=6&id=3788"};
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 () {
}
});
});
}