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=4891&classid=12&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: 1743803629,
nonceStr: '1LRrsrkqX0JvPKLE',
signature: '67c87faaaf981f79a1ba8f29d2e71c0c8947546e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662-\u9662\u957f\u52a9\u7406\u9648\u5f1f\u6d2a","smalltext":"\u8ba9\u66f4\u591a\u7684\u60a3\u8005\u77e5\u9053\u201c\u7ef5\u7af9\u6709\u534e\u897f\uff0c\u534e\u897f\u5728\u7ef5\u7af9\u201d\u7684\u9648\u5f1f\u6d2a\uff0c\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662\u9662\u957f\u52a9\u7406\uff0c\u5206\u7ba1\u5ba3\u4f20\u3001\u62d3\u5c55\u5916\u8054\u3001\u533b\u8054\u4f53\u5efa\u8bbe\u5de5\u4f5c\u30022017\u5e7410\u670819\u65e5\uff0c\u534e\u897f\u2014\u2014\u7ef5\u7af9\u533b\u8054\u4f53\u5efa\u8bbe\u6b63\u5f0f\u542f\u52a8\uff0c\u7ef5\u7af9\u5e02\u4eba\u6c11","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4891"};
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 () {
}
});
});
}